#A52112

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

Shades of Fire Brick #A52112

Tints of Fire Brick #A52112

Color information

#A52112 (or 0xA52112) is unknown color: approx Fire Brick. HEX triplet: A5, 21 and 12. RGB value is (165,33,18). Sum of RGB (Red+Green+Blue) = 165+33+18=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A52112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52112 is #5ADEED. Grayscale: #464646. Windows color (decimal): -5955310 or 1188261. OLE color: 1188261.

HSL color Cylindrical-coordinate representation of color #A52112: hue angle of 6.12º 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 #A52112 is Cyan = 0, Magento = 0.8, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1653318-
CMYK00.80.890.35
HSL6.12º80.33%35.88%-
HSV(B)6.12º89.09%64.71%-
XYZ16.179.131.48-
YUV70.7698.23195.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 76.39%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=76.39%
G=15.28%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165331800.80.890.356.1280.3335.88
HexA52112050592365024
Octal2454122012013143612044
Binary10100101100001100100101000010110011000111101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52112; }

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

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

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

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

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

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

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

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