Shades of Fire Brick #AA2719
Tints of Fire Brick #AA2719
RGB
CMYK
RGB Variations
Color information
#AA2719 (or 0xAA2719) is known color: Fire Brick. HEX triplet: AA, 27 and 19. RGB value is (170,39,25). Sum of RGB (Red+Green+Blue) = 170+39+25=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2719 is #55D8E6. Grayscale: #4C4C4C. Windows color (decimal): -5626087 or 1648554. OLE color: 1648554.
HSL color Cylindrical-coordinate representation of color #AA2719: hue angle of 5.79º 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 #AA2719 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 25 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.33 |
| HSL | 5.79º | 0.74% | 0.38% | - |
| HSV(B) | 5.79º | 0.85% | 0.67% | - |
| XYZ | 17.48 | 10.07 | 1.94 | - |
| YUV | 76.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 25 | 0 | 0.77 | 0.85 | 0.33 | 5.79 | 0.74 | 0.38 |
| Hex | AA | 27 | 19 | 0 | 4D | 55 | 21 | 6 | 4A | 26 |
| Octal | 252 | 47 | 31 | 0 | 115 | 125 | 41 | 6 | 112 | 46 |
| Binary | 10101010 | 100111 | 11001 | 0 | 1001101 | 1010101 | 100001 | 110 | 1001010 | 100110 |
Color Harmonies of #AA2719
Complementary color
Monochromatic Colors of #AA2719
Black with #AA2719
Text Example
Text Example
White with #AA2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2719; }
p { color: rgb(170,39,25); }
H1.HeaderClassName
{
color: #AA2719;
}
.AnyTagClassName
{
color: #AA2719;
}
</style>
background-color css
<style>
a { background-color: #AA2719; }
a { background-color: rgb(170,39,25); }
div.DivClassName
{
background-color: #AA2719;
}
.BgClassName
{
background-color: #AA2719;
}
</style>
border-color css
<style>
span { border-color: #AA2719; }
span { border-color: rgb(170,39,25); }
td.TdClassName
{
border-color: #AA2719;
}
.TagClassName
{
border-color: #AA2719;
}
</style>