Shades of Fire Brick #AA1D12
Tints of Fire Brick #AA1D12
RGB
CMYK
RGB Variations
Color information
#AA1D12 (or 0xAA1D12) is known color: Fire Brick. HEX triplet: AA, 1D and 12. RGB value is (170,29,18). Sum of RGB (Red+Green+Blue) = 170+29+18=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D12 is #55E2ED. Grayscale: #464646. Windows color (decimal): -5628654 or 1187242. OLE color: 1187242.
HSL color Cylindrical-coordinate representation of color #AA1D12: hue angle of 4.34º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1D12 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 18 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.33 |
| HSL | 4.34º | 0.81% | 0.37% | - |
| HSV(B) | 4.34º | 0.89% | 0.67% | - |
| XYZ | 17.13 | 9.47 | 1.5 | - |
| YUV | 69.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 18 | 0 | 0.83 | 0.89 | 0.33 | 4.34 | 0.81 | 0.37 |
| Hex | AA | 1D | 12 | 0 | 53 | 59 | 21 | 4 | 51 | 25 |
| Octal | 252 | 35 | 22 | 0 | 123 | 131 | 41 | 4 | 121 | 45 |
| Binary | 10101010 | 11101 | 10010 | 0 | 1010011 | 1011001 | 100001 | 100 | 1010001 | 100101 |
Color Harmonies of #AA1D12
Complementary color
Monochromatic Colors of #AA1D12
Black with #AA1D12
Text Example
Text Example
White with #AA1D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D12; }
p { color: rgb(170,29,18); }
H1.HeaderClassName
{
color: #AA1D12;
}
.AnyTagClassName
{
color: #AA1D12;
}
</style>
background-color css
<style>
a { background-color: #AA1D12; }
a { background-color: rgb(170,29,18); }
div.DivClassName
{
background-color: #AA1D12;
}
.BgClassName
{
background-color: #AA1D12;
}
</style>
border-color css
<style>
span { border-color: #AA1D12; }
span { border-color: rgb(170,29,18); }
td.TdClassName
{
border-color: #AA1D12;
}
.TagClassName
{
border-color: #AA1D12;
}
</style>