Shades of Fire Brick #AA2B18
Tints of Fire Brick #AA2B18
RGB
CMYK
RGB Variations
Color information
#AA2B18 (or 0xAA2B18) is known color: Fire Brick. HEX triplet: AA, 2B and 18. RGB value is (170,43,24). Sum of RGB (Red+Green+Blue) = 170+43+24=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2B18 is #55D4E7. Grayscale: #4F4F4F. Windows color (decimal): -5625064 or 1584042. OLE color: 1584042.
HSL color Cylindrical-coordinate representation of color #AA2B18: hue angle of 7.81º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA2B18 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 24 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.33 |
| HSL | 7.81º | 0.75% | 0.38% | - |
| HSV(B) | 7.81º | 0.86% | 0.67% | - |
| XYZ | 17.61 | 10.34 | 1.93 | - |
| YUV | 78.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 24 | 0 | 0.75 | 0.86 | 0.33 | 7.81 | 0.75 | 0.38 |
| Hex | AA | 2B | 18 | 0 | 4B | 56 | 21 | 8 | 4B | 26 |
| Octal | 252 | 53 | 30 | 0 | 113 | 126 | 41 | 10 | 113 | 46 |
| Binary | 10101010 | 101011 | 11000 | 0 | 1001011 | 1010110 | 100001 | 1000 | 1001011 | 100110 |
Color Harmonies of #AA2B18
Complementary color
Monochromatic Colors of #AA2B18
Black with #AA2B18
Text Example
Text Example
White with #AA2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B18; }
p { color: rgb(170,43,24); }
H1.HeaderClassName
{
color: #AA2B18;
}
.AnyTagClassName
{
color: #AA2B18;
}
</style>
background-color css
<style>
a { background-color: #AA2B18; }
a { background-color: rgb(170,43,24); }
div.DivClassName
{
background-color: #AA2B18;
}
.BgClassName
{
background-color: #AA2B18;
}
</style>
border-color css
<style>
span { border-color: #AA2B18; }
span { border-color: rgb(170,43,24); }
td.TdClassName
{
border-color: #AA2B18;
}
.TagClassName
{
border-color: #AA2B18;
}
</style>