Shades of Fire Brick #AA150D
Tints of Fire Brick #AA150D
RGB
CMYK
RGB Variations
Color information
#AA150D (or 0xAA150D) is known color: Fire Brick. HEX triplet: AA, 15 and 0D. RGB value is (170,21,13). Sum of RGB (Red+Green+Blue) = 170+21+13=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA150D is #55EAF2. Grayscale: #404040. Windows color (decimal): -5630707 or 857514. OLE color: 857514.
HSL color Cylindrical-coordinate representation of color #AA150D: hue angle of 3.06º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA150D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 13 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.33 |
| HSL | 3.06º | 0.86% | 0.36% | - |
| HSV(B) | 3.06º | 0.92% | 0.67% | - |
| XYZ | 16.92 | 9.11 | 1.25 | - |
| YUV | 64.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 13 | 0 | 0.88 | 0.92 | 0.33 | 3.06 | 0.86 | 0.36 |
| Hex | AA | 15 | D | 0 | 58 | 5C | 21 | 3 | 56 | 24 |
| Octal | 252 | 25 | 15 | 0 | 130 | 134 | 41 | 3 | 126 | 44 |
| Binary | 10101010 | 10101 | 1101 | 0 | 1011000 | 1011100 | 100001 | 11 | 1010110 | 100100 |
Color Harmonies of #AA150D
Complementary color
Monochromatic Colors of #AA150D
Black with #AA150D
Text Example
Text Example
White with #AA150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA150D; }
p { color: rgb(170,21,13); }
H1.HeaderClassName
{
color: #AA150D;
}
.AnyTagClassName
{
color: #AA150D;
}
</style>
background-color css
<style>
a { background-color: #AA150D; }
a { background-color: rgb(170,21,13); }
div.DivClassName
{
background-color: #AA150D;
}
.BgClassName
{
background-color: #AA150D;
}
</style>
border-color css
<style>
span { border-color: #AA150D; }
span { border-color: rgb(170,21,13); }
td.TdClassName
{
border-color: #AA150D;
}
.TagClassName
{
border-color: #AA150D;
}
</style>