#A11C08

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

Shades of Fire Brick #A11C08

Tints of Fire Brick #A11C08

Color information

#A11C08 (or 0xA11C08) is unknown color: approx Fire Brick. HEX triplet: A1, 1C and 08. RGB value is (161,28,8). Sum of RGB (Red+Green+Blue) = 161+28+8=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11C08 is #5EE3F7. Grayscale: #414141. Windows color (decimal): -6218744 or 531617. OLE color: 531617.

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

Color convert

RGB161288-
CMYK00.830.950.37
HSL7.84º90.53%33.14%-
HSV(B)7.84º95.03%63.14%-
XYZ15.168.431.06-
YUV65.4995.56196.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.73%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=81.73%
G=14.21%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16128800.830.950.377.8490.5333.14
HexA11C80535F2585b21
Octal24134100123137451013341
Binary1010000111100100001010011101111110010110001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11C08; }

 p { color: rgb(161,28,8); }

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

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

 a { background-color: rgb(161,28,8); }

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

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

 span { border-color: rgb(161,28,8); }

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