#A5201B

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

Shades of Fire Brick #A5201B

Tints of Fire Brick #A5201B

Color information

#A5201B (or 0xA5201B) is unknown color: approx Fire Brick. HEX triplet: A5, 20 and 1B. RGB value is (165,32,27). Sum of RGB (Red+Green+Blue) = 165+32+27=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A5201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5201B is #5ADFE4. Grayscale: #474747. Windows color (decimal): -5955557 or 1777829. OLE color: 1777829.

HSL color Cylindrical-coordinate representation of color #A5201B: hue angle of 2.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5201B is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1653227-
CMYK00.810.840.35
HSL2.17º71.88%37.65%-
HSV(B)2.17º83.64%64.71%-
XYZ16.239.111.94-
YUV71.2103.06194.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.66%
GREEN value IS 32 (12.89% from 255) = 14.29%
BLUE value IS 27 (10.94% from 255) = 12.05%
R=73.66%
G=14.29%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165322700.810.840.352.1771.8837.65
HexA5201B051542324826
Octal2454033012112443211046
Binary1010010110000011011010100011010100100011101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5201B; }

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

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

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

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

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

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

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

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