#A52018

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

Shades of Fire Brick #A52018

Tints of Fire Brick #A52018

Color information

#A52018 (or 0xA52018) is unknown color: approx Fire Brick. HEX triplet: A5, 20 and 18. RGB value is (165,32,24). Sum of RGB (Red+Green+Blue) = 165+32+24=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A52018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52018 is #5ADFE7. Grayscale: #474747. Windows color (decimal): -5955560 or 1581221. OLE color: 1581221.

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

Color convert

RGB1653224-
CMYK00.810.850.35
HSL3.4º74.6%37.06%-
HSV(B)3.4º85.45%64.71%-
XYZ16.29.11.77-
YUV70.86101.56195.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 74.66%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 24 (9.77% from 255) = 10.86%
R=74.66%
G=14.48%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165322400.810.850.353.474.637.06
HexA52018051552334b25
Octal2454030012112543311345
Binary1010010110000011000010100011010101100011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52018; }

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

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

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

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

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

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

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

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