Html Css Color HEX #A72A16 Fire Brick

📋 copy color: '#A72A16'

red 167 ◦ green 42 ◦ blue 22

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

Shades of Fire Brick #A72A16

Tints of Fire Brick #A72A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.18%

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

R = 72.29%
G = 18.18%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A72A16 (or 0xA72A16) is known color: Fire Brick. HEX triplet: A7, 2A and 16. RGB value is (167,42,22). Sum of RGB (Red+Green+Blue) = 167+42+22=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72A16 is #58D5E9. Grayscale: #4D4D4D. Windows color (decimal): -5821930 or 1452711. OLE color: 1452711.

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

Color convert

RGB 167 42 22 -
CMYK 0 0.75 0.87 0.35
HSL 8.28º 0.77% 0.37% -
HSV(B) 8.28º 0.87% 0.65% -
XYZ 16.91 9.93 1.78 -
YUV 77.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 167 42 22 0 0.75 0.87 0.35 8.28 0.77 0.37
Hex A7 2A 16 0 4B 57 23 8 4D 25
Octal 247 52 26 0 113 127 43 10 115 45
Binary 10100111 101010 10110 0 1001011 1010111 100011 1000 1001101 100101

Color Harmonies of #A72A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A16

Black with #A72A16

Text Example


Text Example

White with #A72A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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