Html Css Color HEX #A02408 Fire Brick

📋 copy color: '#A02408'

red 160 ◦ green 36 ◦ blue 8

#A02408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #A02408

Tints of Fire Brick #A02408

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 value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A02408 (or 0xA02408) is known color: 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

RGB 160 36 8 -
CMYK 0 0.78 0.95 0.37
HSL 11.05º 0.9% 0.33% -
HSV(B) 11.05º 0.95% 0.63% -
XYZ 15.17 8.75 1.12 -
YUV 69.88 93.08 192.28 -
System Red Green Blue C M Y K H S L
Decimal 160 36 8 0 0.78 0.95 0.37 11.05 0.9 0.33
Hex A0 24 8 0 4E 5F 25 B 5A 21
Octal 240 44 10 0 116 137 45 13 132 41
Binary 10100000 100100 1000 0 1001110 1011111 100101 1011 1011010 100001

Color Harmonies of #A02408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02408

Black with #A02408

Text Example


Text Example

White with #A02408

Text Example


Text Example

HTML Codes & Css Web 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>