#A52115

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

Shades of Fire Brick #A52115

Tints of Fire Brick #A52115

Color information

#A52115 (or 0xA52115) is unknown color: approx Fire Brick. HEX triplet: A5, 21 and 15. RGB value is (165,33,21). Sum of RGB (Red+Green+Blue) = 165+33+21=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A52115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52115 is #5ADEEA. Grayscale: #474747. Windows color (decimal): -5955307 or 1384869. OLE color: 1384869.

HSL color Cylindrical-coordinate representation of color #A52115: hue angle of 5º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A52115 is Cyan = 0, Magento = 0.8, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1653321-
CMYK00.80.870.35
HSL77.42%36.47%-
HSV(B)87.27%64.71%-
XYZ16.29.141.62-
YUV71.199.73194.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75.34%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=75.34%
G=15.07%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165332100.80.870.35577.4236.47
HexA52115050572354d24
Octal2454125012012743511544
Binary10100101100001101010101000010101111000111011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52115; }

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

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

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

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

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

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

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

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