Html Css Color HEX #A72019 Fire Brick

📋 copy color: '#A72019'

red 167 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #A72019

Tints of Fire Brick #A72019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 74.55%
G = 14.29%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A72019 (or 0xA72019) is known color: Fire Brick. HEX triplet: A7, 20 and 19. RGB value is (167,32,25). Sum of RGB (Red+Green+Blue) = 167+32+25=224 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.55% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 167 - color contains mainly: red. Hex color #A72019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72019 is #58DFE6. Grayscale: #474747. Windows color (decimal): -5824487 or 1646759. OLE color: 1646759.

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

Color convert

RGB 167 32 25 -
CMYK 0 0.81 0.85 0.35
HSL 2.96º 0.74% 0.38% -
HSV(B) 2.96º 0.85% 0.65% -
XYZ 16.63 9.32 1.84 -
YUV 71.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 167 32 25 0 0.81 0.85 0.35 2.96 0.74 0.38
Hex A7 20 19 0 51 55 23 3 4A 26
Octal 247 40 31 0 121 125 43 3 112 46
Binary 10100111 100000 11001 0 1010001 1010101 100011 11 1001010 100110

Color Harmonies of #A72019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72019

Black with #A72019

Text Example


Text Example

White with #A72019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72019; }

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

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

background-color css

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

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

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

border-color css

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

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

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