Shades of Fire Brick #AA2B10
Tints of Fire Brick #AA2B10
RGB
CMYK
RGB Variations
Color information
#AA2B10 (or 0xAA2B10) is known color: Fire Brick. HEX triplet: AA, 2B and 10. RGB value is (170,43,16). Sum of RGB (Red+Green+Blue) = 170+43+16=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2B10 is #55D4EF. Grayscale: #4E4E4E. Windows color (decimal): -5625072 or 1059754. OLE color: 1059754.
HSL color Cylindrical-coordinate representation of color #AA2B10: hue angle of 10.52º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA2B10 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 16 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.33 |
| HSL | 10.52º | 0.83% | 0.36% | - |
| HSV(B) | 10.52º | 0.91% | 0.67% | - |
| XYZ | 17.53 | 10.31 | 1.56 | - |
| YUV | 77.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 16 | 0 | 0.75 | 0.91 | 0.33 | 10.52 | 0.83 | 0.36 |
| Hex | AA | 2B | 10 | 0 | 4B | 5B | 21 | B | 53 | 24 |
| Octal | 252 | 53 | 20 | 0 | 113 | 133 | 41 | 13 | 123 | 44 |
| Binary | 10101010 | 101011 | 10000 | 0 | 1001011 | 1011011 | 100001 | 1011 | 1010011 | 100100 |
Color Harmonies of #AA2B10
Complementary color
Monochromatic Colors of #AA2B10
Black with #AA2B10
Text Example
Text Example
White with #AA2B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B10; }
p { color: rgb(170,43,16); }
H1.HeaderClassName
{
color: #AA2B10;
}
.AnyTagClassName
{
color: #AA2B10;
}
</style>
background-color css
<style>
a { background-color: #AA2B10; }
a { background-color: rgb(170,43,16); }
div.DivClassName
{
background-color: #AA2B10;
}
.BgClassName
{
background-color: #AA2B10;
}
</style>
border-color css
<style>
span { border-color: #AA2B10; }
span { border-color: rgb(170,43,16); }
td.TdClassName
{
border-color: #AA2B10;
}
.TagClassName
{
border-color: #AA2B10;
}
</style>