#AA2119

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

Shades of Fire Brick #AA2119

Tints of Fire Brick #AA2119

Color information

#AA2119 (or 0xAA2119) is unknown color: approx Fire Brick. HEX triplet: AA, 21 and 19. RGB value is (170,33,25). Sum of RGB (Red+Green+Blue) = 170+33+25=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2119 is #55DEE6. Grayscale: #494949. Windows color (decimal): -5627623 or 1647018. OLE color: 1647018.

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

Color convert

RGB1703325-
CMYK00.810.850.33
HSL3.31º74.36%38.24%-
HSV(B)3.31º85.29%66.67%-
XYZ17.39.71.88-
YUV73.05100.89197.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.56%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=74.56%
G=14.47%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170332500.810.850.333.3174.3638.24
HexAA2119051552134a26
Octal2524131012112541311246
Binary1010101010000111001010100011010101100001111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2119; }

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

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

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

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

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

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

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

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