#A11E06

Color #A11E06 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A11E06

Tints of Fire Brick #A11E06

Color information

#A11E06 (or 0xA11E06) is unknown color: approx Fire Brick. HEX triplet: A1, 1E and 06. RGB value is (161,30,6). Sum of RGB (Red+Green+Blue) = 161+30+6=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11E06 is #5EE1F9. Grayscale: #424242. Windows color (decimal): -6218234 or 401057. OLE color: 401057.

HSL color Cylindrical-coordinate representation of color #A11E06: hue angle of 9.29º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A11E06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161306-
CMYK00.810.960.37
HSL9.29º92.81%32.75%-
HSV(B)9.29º96.27%63.14%-
XYZ15.28.521.02-
YUV66.4393.9195.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 81.73%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 6 (2.73% from 255) = 3.05%
R=81.73%
G=15.23%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16130600.810.960.379.2992.8132.75
HexA11E6051602595d21
Octal2413660121140451113541
Binary101000011111011001010001110000010010110011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E06; }

 p { color: rgb(161,30,6); }

 H1.HeaderClassName
 {
   color: #A11E06;
 }
 .AnyTagClassName
 {
   color: #A11E06;
 }
</style>
background-color css

<style>
 a { background-color: #A11E06; }

 a { background-color: rgb(161,30,6); }

 div.DivClassName
 {
   background-color: #A11E06;
 }
 .BgClassName
 {
   background-color: #A11E06;
 }
</style>
border-color css

<style>
 span { border-color: #A11E06; }

 span { border-color: rgb(161,30,6); }

 td.TdClassName
 {
   border-color: #A11E06;
 }
 .TagClassName
 {
   border-color: #A11E06;
 }
</style>