#A52211

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

Shades of Fire Brick #A52211

Tints of Fire Brick #A52211

Color information

#A52211 (or 0xA52211) is unknown color: approx Fire Brick. HEX triplet: A5, 22 and 11. RGB value is (165,34,17). Sum of RGB (Red+Green+Blue) = 165+34+17=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A52211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52211 is #5ADDEE. Grayscale: #474747. Windows color (decimal): -5955055 or 1122981. OLE color: 1122981.

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

Color convert

RGB1653417-
CMYK00.790.900.35
HSL6.89º81.32%35.69%-
HSV(B)6.89º89.7%64.71%-
XYZ16.199.181.45-
YUV71.2397.4194.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 76.39%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=76.39%
G=15.74%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165341700.790.900.356.8981.3235.69
HexA5221104F5A2375124
Octal2454221011713243712144
Binary10100101100010100010100111110110101000111111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52211; }

 p { color: rgb(165,34,17); }

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

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

 a { background-color: rgb(165,34,17); }

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

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

 span { border-color: rgb(165,34,17); }

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