Html Css Color HEX #A72004 Fire Brick

📋 copy color: '#A72004'

red 167 ◦ green 32 ◦ blue 4

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

Shades of Fire Brick #A72004

Tints of Fire Brick #A72004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.97%

R = 82.27%
G = 15.76%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A72004 (or 0xA72004) is known color: Fire Brick. HEX triplet: A7, 20 and 04. RGB value is (167,32,4). Sum of RGB (Red+Green+Blue) = 167+32+4=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A72004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72004 is #58DFFB. Grayscale: #454545. Windows color (decimal): -5824508 or 270503. OLE color: 270503.

HSL color Cylindrical-coordinate representation of color #A72004: hue angle of 10.31º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A72004 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 4 -
CMYK 0 0.81 0.98 0.35
HSL 10.31º 0.95% 0.34% -
HSV(B) 10.31º 0.98% 0.65% -
XYZ 16.47 9.26 1.03 -
YUV 69.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 167 32 4 0 0.81 0.98 0.35 10.31 0.95 0.34
Hex A7 20 4 0 51 62 23 A 5F 22
Octal 247 40 4 0 121 142 43 12 137 42
Binary 10100111 100000 100 0 1010001 1100010 100011 1010 1011111 100010

Color Harmonies of #A72004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72004

Black with #A72004

Text Example


Text Example

White with #A72004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72004; }

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

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

background-color css

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

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

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

border-color css

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

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

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