#AA2121

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

Shades of Fire Brick #AA2121

Tints of Fire Brick #AA2121

Color information

#AA2121 (or 0xAA2121) is unknown color: approx Fire Brick. HEX triplet: AA, 21 and 21. RGB value is (170,33,33). Sum of RGB (Red+Green+Blue) = 170+33+33=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2121 is #55DEDE. Grayscale: #4A4A4A. Windows color (decimal): -5627615 or 2171306. OLE color: 2171306.

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

Color convert

RGB1703333-
CMYK00.810.810.33
HSL67.49%39.8%-
HSV(B)80.59%66.67%-
XYZ17.49.742.4-
YUV73.96104.89196.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.03%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=72.03%
G=13.98%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170333300.810.810.33067.4939.8
HexAA2121051512104328
Octal2524141012112141010350
Binary1010101010000110000101010001101000110000101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2121; }

 p { color: rgb(170,33,33); }

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

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

 a { background-color: rgb(170,33,33); }

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

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

 span { border-color: rgb(170,33,33); }

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