Shades of Fire Brick #AA2813
Tints of Fire Brick #AA2813
RGB
CMYK
RGB Variations
Color information
#AA2813 (or 0xAA2813) is known color: Fire Brick. HEX triplet: AA, 28 and 13. RGB value is (170,40,19). Sum of RGB (Red+Green+Blue) = 170+40+19=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2813 is #55D7EC. Grayscale: #4C4C4C. Windows color (decimal): -5625837 or 1255594. OLE color: 1255594.
HSL color Cylindrical-coordinate representation of color #AA2813: hue angle of 8.34º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA2813 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 19 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.33 |
| HSL | 8.34º | 0.8% | 0.37% | - |
| HSV(B) | 8.34º | 0.89% | 0.67% | - |
| XYZ | 17.45 | 10.11 | 1.65 | - |
| YUV | 76.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 19 | 0 | 0.76 | 0.89 | 0.33 | 8.34 | 0.8 | 0.37 |
| Hex | AA | 28 | 13 | 0 | 4C | 59 | 21 | 8 | 50 | 25 |
| Octal | 252 | 50 | 23 | 0 | 114 | 131 | 41 | 10 | 120 | 45 |
| Binary | 10101010 | 101000 | 10011 | 0 | 1001100 | 1011001 | 100001 | 1000 | 1010000 | 100101 |
Color Harmonies of #AA2813
Complementary color
Monochromatic Colors of #AA2813
Black with #AA2813
Text Example
Text Example
White with #AA2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2813; }
p { color: rgb(170,40,19); }
H1.HeaderClassName
{
color: #AA2813;
}
.AnyTagClassName
{
color: #AA2813;
}
</style>
background-color css
<style>
a { background-color: #AA2813; }
a { background-color: rgb(170,40,19); }
div.DivClassName
{
background-color: #AA2813;
}
.BgClassName
{
background-color: #AA2813;
}
</style>
border-color css
<style>
span { border-color: #AA2813; }
span { border-color: rgb(170,40,19); }
td.TdClassName
{
border-color: #AA2813;
}
.TagClassName
{
border-color: #AA2813;
}
</style>