#AA2219

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

Shades of Fire Brick #AA2219

Tints of Fire Brick #AA2219

Color information

#AA2219 (or 0xAA2219) is unknown color: approx Fire Brick. HEX triplet: AA, 22 and 19. RGB value is (170,34,25). Sum of RGB (Red+Green+Blue) = 170+34+25=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2219 is #55DDE6. Grayscale: #494949. Windows color (decimal): -5627367 or 1647274. OLE color: 1647274.

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

Color convert

RGB1703425-
CMYK00.800.850.33
HSL3.72º74.36%38.24%-
HSV(B)3.72º85.29%66.67%-
XYZ17.339.761.89-
YUV73.64100.56196.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.24%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=74.24%
G=14.85%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170342500.800.850.333.7274.3638.24
HexAA2219050552144a26
Octal2524231012012541411246
Binary10101010100010110010101000010101011000011001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2219; }

 p { color: rgb(170,34,25); }

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

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

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

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

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

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

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