Shades of Fire Brick #AA2B15
Tints of Fire Brick #AA2B15
RGB
CMYK
RGB Variations
Color information
#AA2B15 (or 0xAA2B15) is known color: Fire Brick. HEX triplet: AA, 2B and 15. RGB value is (170,43,21). Sum of RGB (Red+Green+Blue) = 170+43+21=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2B15 is #55D4EA. Grayscale: #4E4E4E. Windows color (decimal): -5625067 or 1387434. OLE color: 1387434.
HSL color Cylindrical-coordinate representation of color #AA2B15: hue angle of 8.86º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA2B15 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 21 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.33 |
| HSL | 8.86º | 0.78% | 0.37% | - |
| HSV(B) | 8.86º | 0.88% | 0.67% | - |
| XYZ | 17.58 | 10.33 | 1.78 | - |
| YUV | 78.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 21 | 0 | 0.75 | 0.88 | 0.33 | 8.86 | 0.78 | 0.37 |
| Hex | AA | 2B | 15 | 0 | 4B | 58 | 21 | 9 | 4E | 25 |
| Octal | 252 | 53 | 25 | 0 | 113 | 130 | 41 | 11 | 116 | 45 |
| Binary | 10101010 | 101011 | 10101 | 0 | 1001011 | 1011000 | 100001 | 1001 | 1001110 | 100101 |
Color Harmonies of #AA2B15
Complementary color
Monochromatic Colors of #AA2B15
Black with #AA2B15
Text Example
Text Example
White with #AA2B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B15; }
p { color: rgb(170,43,21); }
H1.HeaderClassName
{
color: #AA2B15;
}
.AnyTagClassName
{
color: #AA2B15;
}
</style>
background-color css
<style>
a { background-color: #AA2B15; }
a { background-color: rgb(170,43,21); }
div.DivClassName
{
background-color: #AA2B15;
}
.BgClassName
{
background-color: #AA2B15;
}
</style>
border-color css
<style>
span { border-color: #AA2B15; }
span { border-color: rgb(170,43,21); }
td.TdClassName
{
border-color: #AA2B15;
}
.TagClassName
{
border-color: #AA2B15;
}
</style>