#A72006

Color #A72006 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A72006

Tints of Fire Brick #A72006

Color information

#A72006 (or 0xA72006) is unknown color: approx Fire Brick. HEX triplet: A7, 20 and 06. RGB value is (167,32,6). Sum of RGB (Red+Green+Blue) = 167+32+6=205 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.46% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 167 - color contains mainly: red. Hex color #A72006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72006 is #58DFF9. Grayscale: #454545. Windows color (decimal): -5824506 or 401575. OLE color: 401575.

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

Color convert

RGB167326-
CMYK00.810.960.35
HSL9.69º93.06%33.92%-
HSV(B)9.69º96.41%65.49%-
XYZ16.499.261.09-
YUV69.492.23197.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 81.46%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=81.46%
G=15.61%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16732600.810.960.359.6993.0633.92
HexA72060516023a5d22
Octal2474060121140431213542
Binary1010011110000011001010001110000010001110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72006; }

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

 H1.HeaderClassName
 {
   color: #A72006;
 }
 .AnyTagClassName
 {
   color: #A72006;
 }
</style>
background-color css

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

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

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

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

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

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