Html Css Color HEX #A02412 Fire Brick

📋 copy color: '#A02412'

red 160 ◦ green 36 ◦ blue 18

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

Shades of Fire Brick #A02412

Tints of Fire Brick #A02412

RGB

 RED value IS 160 (62.89% from 255) = 74.77%

 GREEN value IS 36 (14.45% from 255) = 16.82%

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 74.77%
G = 16.82%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A02412 (or 0xA02412) is known color: Fire Brick. HEX triplet: A0, 24 and 12. RGB value is (160,36,18). Sum of RGB (Red+Green+Blue) = 160+36+18=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A02412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02412 is #5FDBED. Grayscale: #474747. Windows color (decimal): -6282222 or 1189024. OLE color: 1189024.

HSL color Cylindrical-coordinate representation of color #A02412: hue angle of 7.61º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A02412 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 36 18 -
CMYK 0 0.78 0.89 0.37
HSL 7.61º 0.8% 0.35% -
HSV(B) 7.61º 0.89% 0.63% -
XYZ 15.24 8.78 1.46 -
YUV 71.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 160 36 18 0 0.78 0.89 0.37 7.61 0.8 0.35
Hex A0 24 12 0 4E 59 25 8 50 23
Octal 240 44 22 0 116 131 45 10 120 43
Binary 10100000 100100 10010 0 1001110 1011001 100101 1000 1010000 100011

Color Harmonies of #A02412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02412

Black with #A02412

Text Example


Text Example

White with #A02412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02412; }

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

 H1.HeaderClassName
 {
   color: #A02412;
 }
 .AnyTagClassName
 {
   color: #A02412;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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