#A21E15

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

Shades of Fire Brick #A21E15

Tints of Fire Brick #A21E15

Color information

#A21E15 (or 0xA21E15) is unknown color: approx Fire Brick. HEX triplet: A2, 1E and 15. RGB value is (162,30,21). Sum of RGB (Red+Green+Blue) = 162+30+21=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E15 is #5DE1EA. Grayscale: #444444. Windows color (decimal): -6152683 or 1384098. OLE color: 1384098.

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

Color convert

RGB1623021-
CMYK00.810.870.36
HSL3.83º77.05%35.88%-
HSV(B)3.83º87.04%63.53%-
XYZ15.58.661.56-
YUV68.44101.23194.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.06%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=76.06%
G=14.08%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162302100.810.870.363.8377.0535.88
HexA21E15051572444d24
Octal2423625012112744411544
Binary1010001011110101010101000110101111001001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E15; }

 p { color: rgb(162,30,21); }

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

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

 a { background-color: rgb(162,30,21); }

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

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

 span { border-color: rgb(162,30,21); }

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