Html Css Color HEX #A72112 Fire Brick

📋 copy color: '#A72112'

red 167 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #A72112

Tints of Fire Brick #A72112

RGB

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

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

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

R = 76.61%
G = 15.14%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A72112 (or 0xA72112) is known color: Fire Brick. HEX triplet: A7, 21 and 12. RGB value is (167,33,18). Sum of RGB (Red+Green+Blue) = 167+33+18=218 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.61% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 167 - color contains mainly: red. Hex color #A72112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72112 is #58DEED. Grayscale: #474747. Windows color (decimal): -5824238 or 1188263. OLE color: 1188263.

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

Color convert

RGB 167 33 18 -
CMYK 0 0.80 0.89 0.35
HSL 6.04º 0.81% 0.36% -
HSV(B) 6.04º 0.89% 0.65% -
XYZ 16.59 9.35 1.5 -
YUV 71.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 167 33 18 0 0.80 0.89 0.35 6.04 0.81 0.36
Hex A7 21 12 0 50 59 23 6 51 24
Octal 247 41 22 0 120 131 43 6 121 44
Binary 10100111 100001 10010 0 1010000 1011001 100011 110 1010001 100100

Color Harmonies of #A72112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72112

Black with #A72112

Text Example


Text Example

White with #A72112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72112; }

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

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

background-color css

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

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

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

border-color css

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

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

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