#A21E16

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

Shades of Fire Brick #A21E16

Tints of Fire Brick #A21E16

Color information

#A21E16 (or 0xA21E16) is unknown color: approx Fire Brick. HEX triplet: A2, 1E and 16. RGB value is (162,30,22). Sum of RGB (Red+Green+Blue) = 162+30+22=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E16 is #5DE1E9. Grayscale: #444444. Windows color (decimal): -6152682 or 1449634. OLE color: 1449634.

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

Color convert

RGB1623022-
CMYK00.810.860.36
HSL3.43º76.09%36.08%-
HSV(B)3.43º86.42%63.53%-
XYZ15.518.671.61-
YUV68.56101.73194.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=75.70%
G=14.02%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162302200.810.860.363.4376.0936.08
HexA21E16051562434c24
Octal2423626012112644311444
Binary101000101111010110010100011010110100100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E16; }

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

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

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

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

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

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

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

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