Html Css Color HEX #A72116 Fire Brick

📋 copy color: '#A72116'

red 167 ◦ green 33 ◦ blue 22

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

Shades of Fire Brick #A72116

Tints of Fire Brick #A72116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.91%

R = 75.23%
G = 14.86%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A72116 (or 0xA72116) is known color: Fire Brick. HEX triplet: A7, 21 and 16. RGB value is (167,33,22). Sum of RGB (Red+Green+Blue) = 167+33+22=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A72116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72116 is #58DEE9. Grayscale: #474747. Windows color (decimal): -5824234 or 1450407. OLE color: 1450407.

HSL color Cylindrical-coordinate representation of color #A72116: hue angle of 4.55º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A72116 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 33 22 -
CMYK 0 0.80 0.87 0.35
HSL 4.55º 0.77% 0.37% -
HSV(B) 4.55º 0.87% 0.65% -
XYZ 16.63 9.36 1.69 -
YUV 71.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 167 33 22 0 0.80 0.87 0.35 4.55 0.77 0.37
Hex A7 21 16 0 50 57 23 5 4D 25
Octal 247 41 26 0 120 127 43 5 115 45
Binary 10100111 100001 10110 0 1010000 1010111 100011 101 1001101 100101

Color Harmonies of #A72116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72116

Black with #A72116

Text Example


Text Example

White with #A72116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72116; }

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

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

background-color css

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

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

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

border-color css

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

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

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