#A52517

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

Shades of Fire Brick #A52517

Tints of Fire Brick #A52517

Color information

#A52517 (or 0xA52517) is unknown color: approx Fire Brick. HEX triplet: A5, 25 and 17. RGB value is (165,37,23). Sum of RGB (Red+Green+Blue) = 165+37+23=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A52517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52517 is #5ADAE8. Grayscale: #494949. Windows color (decimal): -5954281 or 1516965. OLE color: 1516965.

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

Color convert

RGB1653723-
CMYK00.780.860.35
HSL5.92º75.53%36.86%-
HSV(B)5.92º86.06%64.71%-
XYZ16.339.381.76-
YUV73.6899.41193.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.33%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 23 (9.38% from 255) = 10.22%
R=73.33%
G=16.44%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165372300.780.860.355.9275.5336.86
HexA5251704E562364c25
Octal2454527011612643611445
Binary10100101100101101110100111010101101000111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52517; }

 p { color: rgb(165,37,23); }

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

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

 a { background-color: rgb(165,37,23); }

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

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

 span { border-color: rgb(165,37,23); }

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