#A21E14

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

Shades of Fire Brick #A21E14

Tints of Fire Brick #A21E14

Color information

#A21E14 (or 0xA21E14) is unknown color: approx Fire Brick. HEX triplet: A2, 1E and 14. RGB value is (162,30,20). Sum of RGB (Red+Green+Blue) = 162+30+20=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E14 is #5DE1EB. Grayscale: #444444. Windows color (decimal): -6152684 or 1318562. OLE color: 1318562.

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

Color convert

RGB1623020-
CMYK00.810.880.36
HSL4.23º78.02%35.69%-
HSV(B)4.23º87.65%63.53%-
XYZ15.498.661.52-
YUV68.33100.73194.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.42%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 20 (8.20% from 255) = 9.43%
R=76.42%
G=14.15%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162302000.810.880.364.2378.0235.69
HexA21E14051582444e24
Octal2423624012113044411644
Binary1010001011110101000101000110110001001001001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E14; }

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

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

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

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

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

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

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

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