#A82011

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

Shades of Fire Brick #A82011

Tints of Fire Brick #A82011

Color information

#A82011 (or 0xA82011) is unknown color: approx Fire Brick. HEX triplet: A8, 20 and 11. RGB value is (168,32,17). Sum of RGB (Red+Green+Blue) = 168+32+17=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A82011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82011 is #57DFEE. Grayscale: #474747. Windows color (decimal): -5758959 or 1122472. OLE color: 1122472.

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

Color convert

RGB1683217-
CMYK00.810.900.34
HSL5.96º81.62%36.27%-
HSV(B)5.96º89.88%65.88%-
XYZ16.779.41.46-
YUV70.9597.56197.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 77.42%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=77.42%
G=14.75%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168321700.810.900.345.9681.6236.27
HexA820110515A2265224
Octal2504021012113242612244
Binary10101000100000100010101000110110101000101101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82011; }

 p { color: rgb(168,32,17); }

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

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

 a { background-color: rgb(168,32,17); }

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

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

 span { border-color: rgb(168,32,17); }

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