Html Css Color HEX #A72A18 Fire Brick

📋 copy color: '#A72A18'

red 167 ◦ green 42 ◦ blue 24

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

Shades of Fire Brick #A72A18

Tints of Fire Brick #A72A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 71.67%
G = 18.03%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A72A18 (or 0xA72A18) is known color: Fire Brick. HEX triplet: A7, 2A and 18. RGB value is (167,42,24). Sum of RGB (Red+Green+Blue) = 167+42+24=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72A18 is #58D5E7. Grayscale: #4D4D4D. Windows color (decimal): -5821928 or 1583783. OLE color: 1583783.

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

Color convert

RGB 167 42 24 -
CMYK 0 0.75 0.86 0.35
HSL 7.55º 0.75% 0.37% -
HSV(B) 7.55º 0.86% 0.65% -
XYZ 16.93 9.94 1.89 -
YUV 77.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 167 42 24 0 0.75 0.86 0.35 7.55 0.75 0.37
Hex A7 2A 18 0 4B 56 23 8 4B 25
Octal 247 52 30 0 113 126 43 10 113 45
Binary 10100111 101010 11000 0 1001011 1010110 100011 1000 1001011 100101

Color Harmonies of #A72A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A18

Black with #A72A18

Text Example


Text Example

White with #A72A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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