Html Css Color HEX #A02112 Fire Brick

📋 copy color: '#A02112'

red 160 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #A02112

Tints of Fire Brick #A02112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

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

R = 75.83%
G = 15.64%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A02112 (or 0xA02112) is known color: Fire Brick. HEX triplet: A0, 21 and 12. RGB value is (160,33,18). Sum of RGB (Red+Green+Blue) = 160+33+18=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A02112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02112 is #5FDEED. Grayscale: #454545. Windows color (decimal): -6282990 or 1188256. OLE color: 1188256.

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

Color convert

RGB 160 33 18 -
CMYK 0 0.79 0.89 0.37
HSL 6.34º 0.8% 0.35% -
HSV(B) 6.34º 0.89% 0.63% -
XYZ 15.15 8.6 1.43 -
YUV 69.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 160 33 18 0 0.79 0.89 0.37 6.34 0.8 0.35
Hex A0 21 12 0 4F 59 25 6 50 23
Octal 240 41 22 0 117 131 45 6 120 43
Binary 10100000 100001 10010 0 1001111 1011001 100101 110 1010000 100011

Color Harmonies of #A02112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02112

Black with #A02112

Text Example


Text Example

White with #A02112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02112; }

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

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

background-color css

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

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

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

border-color css

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

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

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