#A52912

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

Shades of Fire Brick #A52912

Tints of Fire Brick #A52912

Color information

#A52912 (or 0xA52912) is unknown color: approx Fire Brick. HEX triplet: A5, 29 and 12. RGB value is (165,41,18). Sum of RGB (Red+Green+Blue) = 165+41+18=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A52912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52912 is #5AD6ED. Grayscale: #4B4B4B. Windows color (decimal): -5953262 or 1190309. OLE color: 1190309.

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

Color convert

RGB1654118-
CMYK00.750.890.35
HSL9.39º80.33%35.88%-
HSV(B)9.39º89.09%64.71%-
XYZ16.429.631.57-
YUV75.4595.58191.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.66%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=73.66%
G=18.30%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165411800.750.890.359.3980.3335.88
HexA5291204B592395024
Octal24551220113131431112044
Binary101001011010011001001001011101100110001110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52912; }

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

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

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

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

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

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

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

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