#A72811

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

Shades of Fire Brick #A72811

Tints of Fire Brick #A72811

Color information

#A72811 (or 0xA72811) is unknown color: approx Fire Brick. HEX triplet: A7, 28 and 11. RGB value is (167,40,17). Sum of RGB (Red+Green+Blue) = 167+40+17=224 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.55% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 167 - color contains mainly: red. Hex color #A72811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72811 is #58D7EE. Grayscale: #4B4B4B. Windows color (decimal): -5822447 or 1124519. OLE color: 1124519.

HSL color Cylindrical-coordinate representation of color #A72811: hue angle of 9.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A72811 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1674017-
CMYK00.760.900.35
HSL9.2º81.52%36.08%-
HSV(B)9.2º89.82%65.49%-
XYZ16.89.771.53-
YUV75.3595.08193.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.55%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=74.55%
G=17.86%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167401700.760.900.359.281.5236.08
HexA7281104C5A2395224
Octal24750210114132431112244
Binary101001111010001000101001100101101010001110011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72811; }

 p { color: rgb(167,40,17); }

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

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

 a { background-color: rgb(167,40,17); }

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

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

 span { border-color: rgb(167,40,17); }

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