#A12008

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

Shades of Fire Brick #A12008

Tints of Fire Brick #A12008

Color information

#A12008 (or 0xA12008) is unknown color: approx Fire Brick. HEX triplet: A1, 20 and 08. RGB value is (161,32,8). Sum of RGB (Red+Green+Blue) = 161+32+8=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A12008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12008 is #5EDFF7. Grayscale: #444444. Windows color (decimal): -6217720 or 532641. OLE color: 532641.

HSL color Cylindrical-coordinate representation of color #A12008: hue angle of 9.41º 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 #A12008 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB161328-
CMYK00.800.950.37
HSL9.41º90.53%33.14%-
HSV(B)9.41º95.03%63.14%-
XYZ15.268.631.09-
YUV67.8494.24194.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 80.10%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=80.10%
G=15.92%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16132800.800.950.379.4190.5333.14
HexA12080505F2595b21
Octal24140100120137451113341
Binary10100001100000100001010000101111110010110011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12008; }

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

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

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

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

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

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

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

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