COLOR #A33A0B

HEX: #A33A0B
RGB: (163,58,11)

Color info

#A33A0B contains mainly red color. Web safe color of #A33A0B is #993300 (or #930).

RGB color model

#A33A0B color RGB value is (163,58,11).

  • red value is 163;
  • green value is 58;
  • blue value is 11.
RGB:
(163,58,11)
(64%,23%,4%)

RGB channels and saturation

R 163 of 255 = 64%
G 58 of 255 = 23%
B 11 of 255 = 4%

163
58
11

R + G + B ~ 30%. #A33A0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 58 + 11 = 232 (100%)
R 163 of 232 ~ 70.26%
G 58 of 232 ~ 25%
B 11 of 232 ~ 4.74%

%70.26
%25

CMYK color model

#A33A0B color CMYK value is (0,64,93,36).

  • cyan value is 0.00%
  • magenta value is 64.42%
  • yellow value is 93.25%
  • key color value is 36.08%
CMYK:
(0,64,93,36)
C0M64Y93K36 
(0%,64%,93%,36%)
(0.00/0.64/0.93/0.36)	

CMYK percentages

%0
%64.42
%93.25
%36.08

Codes

Color #A33A0B in popluar color models

A33A0B
RGB1635811
HSL19°87.36%34.12%
HSB/HSV19°93.25%63.92%
CMYK0.00%64.42%93.25%
36.08%

Color #A33A0B in popluar number systems.

HEXA33A0B
Decimal1635811
Binary101000111110101011
Octal2437213

Shades and tints

Shades of #A33A0B

#A33A0B
(163,58,11)
#95350A
(149,53,10)
#873009
(135,48,9)
#792B08
(121,43,8)
#6B2607
(107,38,7)
#5D2106
(93,33,6)
#4F1C05
(79,28,5)
#411704
(65,23,4)
#331203
(51,18,3)
#250D02
(37,13,2)
#170801
(23,8,1)
#000000
(0,0,0)

Tints of #A33A0B

#A33A0B
(163,58,11)
#AB4B21
(171,75,33)
#B35C37
(179,92,55)
#BB6D4D
(187,109,77)
#C37E63
(195,126,99)
#CB8F79
(203,143,121)
#D3A08F
(211,160,143)
#DBB1A5
(219,177,165)
#E3C2BB
(227,194,187)
#EBD3D1
(235,211,209)
#F3E4E7
(243,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A33A0B color. Also use rgb(163,58,11) instead hex code.

Text Font Color

.myTextColor { color: #A33A0B; }

<p style="color:#A33A0B">This sample text font color is #A33A0B.</p>

This text font color is #A33A0B.


Background Color

.myBgColor { background-color: #A33A0B; }

<div style="background-color:#A33A0B">Inner text</div>

This div background color is #A33A0B.


Border color

.myBorderColor { border: 1px solid #A33A0B; }

<div style="border:3px solid #A33A0B">Div</div>

This div border color is #A33A0B.


Opacity

.myOpacity80 { color: #A33A0B; opacity: 0.8; }

<p style="color:#A33A0B;opacity:0.8;">80%</p>

Text with #A33A0B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A33A0B;}

<p style="text-shadow: 3px 3px 1px #A33A0B">Text here.</p>

This text has shadow with #A33A0B color.

.textShadow {text-shadow: 3px 3px 1px #A33A0B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A33A0B, 5px 5px 20px red">Text here.</p>

This text has shadow with #A33A0B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A33A0B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A33A0B, Direction=45, Strength=4)">Text</p>

This text has shadow with #A33A0B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A33A0B;
  -webkit-box-shadow:	1px 1px 3px 2px #A33A0B;
  box-shadow:		1px 1px 3px 2px #A33A0B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A33A0B;
-webkit-box-shadow: 1px 1px 3px 2px #A33A0B;
box-shadow:1px 1px 3px 2px #A33A0B;">
Div content here</div>
This div box has shadow with color #A33A0B.

Preview

Color preview on black background

This text has color #A33A0B on black background.


Color preview on white background

This text has color #A33A0B on white background.



Black color preview on #A33A0B background

This text has black color on #A33A0B background.


White color preview on #A33A0B background

This text has white color on #A33A0B background.