#A52812

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

Shades of Fire Brick #A52812

Tints of Fire Brick #A52812

Color information

#A52812 (or 0xA52812) is unknown color: approx Fire Brick. HEX triplet: A5, 28 and 12. RGB value is (165,40,18). Sum of RGB (Red+Green+Blue) = 165+40+18=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A52812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52812 is #5AD7ED. Grayscale: #4B4B4B. Windows color (decimal): -5953518 or 1190053. OLE color: 1190053.

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

Color convert

RGB1654018-
CMYK00.760.890.35
HSL8.98º80.33%35.88%-
HSV(B)8.98º89.09%64.71%-
XYZ16.399.561.55-
YUV74.8795.91192.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.99%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=73.99%
G=17.94%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165401800.760.890.358.9880.3335.88
HexA5281204C592395024
Octal24550220114131431112044
Binary101001011010001001001001100101100110001110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52812; }

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

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

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

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

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

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

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

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