#A52012

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

Shades of Fire Brick #A52012

Tints of Fire Brick #A52012

Color information

#A52012 (or 0xA52012) is unknown color: approx Fire Brick. HEX triplet: A5, 20 and 12. RGB value is (165,32,18). Sum of RGB (Red+Green+Blue) = 165+32+18=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A52012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52012 is #5ADFED. Grayscale: #464646. Windows color (decimal): -5955566 or 1188005. OLE color: 1188005.

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

Color convert

RGB1653218-
CMYK00.810.890.35
HSL5.71º80.33%35.88%-
HSV(B)5.71º89.09%64.71%-
XYZ16.149.081.47-
YUV70.1798.56195.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 76.74%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=76.74%
G=14.88%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165321800.810.890.355.7180.3335.88
HexA52012051592365024
Octal2454022012113143612044
Binary10100101100000100100101000110110011000111101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52012; }

 p { color: rgb(165,32,18); }

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

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

 a { background-color: rgb(165,32,18); }

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

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

 span { border-color: rgb(165,32,18); }

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