#A52118

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

Shades of Fire Brick #A52118

Tints of Fire Brick #A52118

Color information

#A52118 (or 0xA52118) is unknown color: approx Fire Brick. HEX triplet: A5, 21 and 18. RGB value is (165,33,24). Sum of RGB (Red+Green+Blue) = 165+33+24=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A52118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52118 is #5ADEE7. Grayscale: #474747. Windows color (decimal): -5955304 or 1581477. OLE color: 1581477.

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

Color convert

RGB1653324-
CMYK00.80.850.35
HSL3.83º74.6%37.06%-
HSV(B)3.83º85.45%64.71%-
XYZ16.239.151.78-
YUV71.44101.23194.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 74.32%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 24 (9.77% from 255) = 10.81%
R=74.32%
G=14.86%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165332400.80.850.353.8374.637.06
HexA52118050552344b25
Octal2454130012012543411345
Binary10100101100001110000101000010101011000111001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52118; }

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

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

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

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

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

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

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

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