#A02408

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

Shades of Fire Brick #A02408

Tints of Fire Brick #A02408

Color information

#A02408 (or 0xA02408) is unknown color: approx Fire Brick. HEX triplet: A0, 24 and 08. RGB value is (160,36,8). Sum of RGB (Red+Green+Blue) = 160+36+8=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A02408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02408 is #5FDBF7. Grayscale: #464646. Windows color (decimal): -6282232 or 533664. OLE color: 533664.

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

Color convert

RGB160368-
CMYK00.780.950.37
HSL11.05º90.48%32.94%-
HSV(B)11.05º95%62.75%-
XYZ15.178.751.12-
YUV69.8893.08192.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.43%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=78.43%
G=17.65%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16036800.780.950.3711.0590.4832.94
HexA024804E5F25b5a21
Octal24044100116137451313241
Binary10100000100100100001001110101111110010110111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02408; }

 p { color: rgb(160,36,8); }

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

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

 a { background-color: rgb(160,36,8); }

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

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

 span { border-color: rgb(160,36,8); }

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