#AA2421

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

Shades of Fire Brick #AA2421

Tints of Fire Brick #AA2421

Color information

#AA2421 (or 0xAA2421) is unknown color: approx Fire Brick. HEX triplet: AA, 24 and 21. RGB value is (170,36,33). Sum of RGB (Red+Green+Blue) = 170+36+33=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2421 is #55DBDE. Grayscale: #4B4B4B. Windows color (decimal): -5626847 or 2172074. OLE color: 2172074.

HSL color Cylindrical-coordinate representation of color #AA2421: hue angle of 1.31º 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 #AA2421 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1703633-
CMYK00.790.810.33
HSL1.31º67.49%39.8%-
HSV(B)1.31º80.59%66.67%-
XYZ17.489.922.43-
YUV75.72103.89195.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.13%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 33 (13.28% from 255) = 13.81%
R=71.13%
G=15.06%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170363300.790.810.331.3167.4939.8
HexAA242104F512114328
Octal2524441011712141110350
Binary1010101010010010000101001111101000110000111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2421; }

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

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

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

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

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

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

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

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