Shades of Fire Brick #AA2F15
Tints of Fire Brick #AA2F15
RGB
CMYK
RGB Variations
Color information
#AA2F15 (or 0xAA2F15) is known color: Fire Brick. HEX triplet: AA, 2F and 15. RGB value is (170,47,21). Sum of RGB (Red+Green+Blue) = 170+47+21=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F15 is #55D0EA. Grayscale: #515151. Windows color (decimal): -5624043 or 1388458. OLE color: 1388458.
HSL color Cylindrical-coordinate representation of color #AA2F15: hue angle of 10.47º 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 #AA2F15 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 21 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.33 |
| HSL | 10.47º | 0.78% | 0.37% | - |
| HSV(B) | 10.47º | 0.88% | 0.67% | - |
| XYZ | 17.73 | 10.63 | 1.83 | - |
| YUV | 80.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 21 | 0 | 0.72 | 0.88 | 0.33 | 10.47 | 0.78 | 0.37 |
| Hex | AA | 2F | 15 | 0 | 48 | 58 | 21 | A | 4E | 25 |
| Octal | 252 | 57 | 25 | 0 | 110 | 130 | 41 | 12 | 116 | 45 |
| Binary | 10101010 | 101111 | 10101 | 0 | 1001000 | 1011000 | 100001 | 1010 | 1001110 | 100101 |
Color Harmonies of #AA2F15
Complementary color
Monochromatic Colors of #AA2F15
Black with #AA2F15
Text Example
Text Example
White with #AA2F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F15; }
p { color: rgb(170,47,21); }
H1.HeaderClassName
{
color: #AA2F15;
}
.AnyTagClassName
{
color: #AA2F15;
}
</style>
background-color css
<style>
a { background-color: #AA2F15; }
a { background-color: rgb(170,47,21); }
div.DivClassName
{
background-color: #AA2F15;
}
.BgClassName
{
background-color: #AA2F15;
}
</style>
border-color css
<style>
span { border-color: #AA2F15; }
span { border-color: rgb(170,47,21); }
td.TdClassName
{
border-color: #AA2F15;
}
.TagClassName
{
border-color: #AA2F15;
}
</style>