#A21D16

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

Shades of Fire Brick #A21D16

Tints of Fire Brick #A21D16

Color information

#A21D16 (or 0xA21D16) is unknown color: approx Fire Brick. HEX triplet: A2, 1D and 16. RGB value is (162,29,22). Sum of RGB (Red+Green+Blue) = 162+29+22=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D16 is #5DE2E9. Grayscale: #444444. Windows color (decimal): -6152938 or 1449378. OLE color: 1449378.

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

Color convert

RGB1622922-
CMYK00.820.860.36
HSL76.09%36.08%-
HSV(B)86.42%63.53%-
XYZ15.488.621.61-
YUV67.97102.06195.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.06%
GREEN value IS 29 (11.72% from 255) = 13.62%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=76.06%
G=13.62%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162292200.820.860.36376.0936.08
HexA21D16052562434c24
Octal2423526012212644311444
Binary101000101110110110010100101010110100100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D16; }

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

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

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

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

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

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

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

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