#A52918

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

Shades of Fire Brick #A52918

Tints of Fire Brick #A52918

Color information

#A52918 (or 0xA52918) is unknown color: approx Fire Brick. HEX triplet: A5, 29 and 18. RGB value is (165,41,24). Sum of RGB (Red+Green+Blue) = 165+41+24=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A52918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52918 is #5AD6E7. Grayscale: #4C4C4C. Windows color (decimal): -5953256 or 1583525. OLE color: 1583525.

HSL color Cylindrical-coordinate representation of color #A52918: hue angle of 7.23º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A52918 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1654124-
CMYK00.750.850.35
HSL7.23º74.6%37.06%-
HSV(B)7.23º85.45%64.71%-
XYZ16.479.651.86-
YUV76.1498.58191.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.74%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=71.74%
G=17.83%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165412400.750.850.357.2374.637.06
HexA5291804B552374b25
Octal2455130011312543711345
Binary10100101101001110000100101110101011000111111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52918; }

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

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

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

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

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

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

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

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