Html Css Color HEX #A72012 Fire Brick

📋 copy color: '#A72012'

red 167 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #A72012

Tints of Fire Brick #A72012

RGB

 RED value IS 167 (65.63% from 255) = 76.96%

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 76.96%
G = 14.75%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A72012 (or 0xA72012) is known color: Fire Brick. HEX triplet: A7, 20 and 12. RGB value is (167,32,18). Sum of RGB (Red+Green+Blue) = 167+32+18=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A72012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72012 is #58DFED. Grayscale: #464646. Windows color (decimal): -5824494 or 1188007. OLE color: 1188007.

HSL color Cylindrical-coordinate representation of color #A72012: hue angle of 5.64º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A72012 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 18 -
CMYK 0 0.81 0.89 0.35
HSL 5.64º 0.81% 0.36% -
HSV(B) 5.64º 0.89% 0.65% -
XYZ 16.56 9.29 1.49 -
YUV 70.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 167 32 18 0 0.81 0.89 0.35 5.64 0.81 0.36
Hex A7 20 12 0 51 59 23 6 51 24
Octal 247 40 22 0 121 131 43 6 121 44
Binary 10100111 100000 10010 0 1010001 1011001 100011 110 1010001 100100

Color Harmonies of #A72012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72012

Black with #A72012

Text Example


Text Example

White with #A72012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72012; }

 p { color: rgb(167,32,18); }

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

background-color css

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

 a { background-color: rgb(167,32,18); }

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

border-color css

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

 span { border-color: rgb(167,32,18); }

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