#A52017

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

Shades of Fire Brick #A52017

Tints of Fire Brick #A52017

Color information

#A52017 (or 0xA52017) is unknown color: approx Fire Brick. HEX triplet: A5, 20 and 17. RGB value is (165,32,23). Sum of RGB (Red+Green+Blue) = 165+32+23=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A52017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52017 is #5ADFE8. Grayscale: #464646. Windows color (decimal): -5955561 or 1515685. OLE color: 1515685.

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

Color convert

RGB1653223-
CMYK00.810.860.35
HSL3.8º75.53%36.86%-
HSV(B)3.8º86.06%64.71%-
XYZ16.199.091.71-
YUV70.74101.06195.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 23 (9.38% from 255) = 10.45%
R=75%
G=14.55%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165322300.810.860.353.875.5336.86
HexA52017051562344c25
Octal2454027012112643411445
Binary10100101100000101110101000110101101000111001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52017; }

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

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

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

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

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

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

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

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