Shades of Fire Brick #AA2D19
Tints of Fire Brick #AA2D19
RGB
CMYK
RGB Variations
Color information
#AA2D19 (or 0xAA2D19) is known color: Fire Brick. HEX triplet: AA, 2D and 19. RGB value is (170,45,25). Sum of RGB (Red+Green+Blue) = 170+45+25=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2D19 is #55D2E6. Grayscale: #505050. Windows color (decimal): -5624551 or 1650090. OLE color: 1650090.
HSL color Cylindrical-coordinate representation of color #AA2D19: hue angle of 8.28º 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 #AA2D19 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 25 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.33 |
| HSL | 8.28º | 0.74% | 0.38% | - |
| HSV(B) | 8.28º | 0.85% | 0.67% | - |
| XYZ | 17.69 | 10.49 | 2.01 | - |
| YUV | 80.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 25 | 0 | 0.74 | 0.85 | 0.33 | 8.28 | 0.74 | 0.38 |
| Hex | AA | 2D | 19 | 0 | 4A | 55 | 21 | 8 | 4A | 26 |
| Octal | 252 | 55 | 31 | 0 | 112 | 125 | 41 | 10 | 112 | 46 |
| Binary | 10101010 | 101101 | 11001 | 0 | 1001010 | 1010101 | 100001 | 1000 | 1001010 | 100110 |
Color Harmonies of #AA2D19
Complementary color
Monochromatic Colors of #AA2D19
Black with #AA2D19
Text Example
Text Example
White with #AA2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D19; }
p { color: rgb(170,45,25); }
H1.HeaderClassName
{
color: #AA2D19;
}
.AnyTagClassName
{
color: #AA2D19;
}
</style>
background-color css
<style>
a { background-color: #AA2D19; }
a { background-color: rgb(170,45,25); }
div.DivClassName
{
background-color: #AA2D19;
}
.BgClassName
{
background-color: #AA2D19;
}
</style>
border-color css
<style>
span { border-color: #AA2D19; }
span { border-color: rgb(170,45,25); }
td.TdClassName
{
border-color: #AA2D19;
}
.TagClassName
{
border-color: #AA2D19;
}
</style>