Html Css Color HEX #A72A19 Fire Brick

📋 copy color: '#A72A19'

red 167 ◦ green 42 ◦ blue 25

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

Shades of Fire Brick #A72A19

Tints of Fire Brick #A72A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 71.37%
G = 17.95%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A72A19 (or 0xA72A19) is known color: Fire Brick. HEX triplet: A7, 2A and 19. RGB value is (167,42,25). Sum of RGB (Red+Green+Blue) = 167+42+25=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72A19 is #58D5E6. Grayscale: #4D4D4D. Windows color (decimal): -5821927 or 1649319. OLE color: 1649319.

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

Color convert

RGB 167 42 25 -
CMYK 0 0.75 0.85 0.35
HSL 7.18º 0.74% 0.38% -
HSV(B) 7.18º 0.85% 0.65% -
XYZ 16.94 9.94 1.95 -
YUV 77.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 167 42 25 0 0.75 0.85 0.35 7.18 0.74 0.38
Hex A7 2A 19 0 4B 55 23 7 4A 26
Octal 247 52 31 0 113 125 43 7 112 46
Binary 10100111 101010 11001 0 1001011 1010101 100011 111 1001010 100110

Color Harmonies of #A72A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A19

Black with #A72A19

Text Example


Text Example

White with #A72A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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