Shades of Fire Brick #AA1F0D
Tints of Fire Brick #AA1F0D
RGB
CMYK
RGB Variations
Color information
#AA1F0D (or 0xAA1F0D) is known color: Fire Brick. HEX triplet: AA, 1F and 0D. RGB value is (170,31,13). Sum of RGB (Red+Green+Blue) = 170+31+13=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F0D is #55E0F2. Grayscale: #464646. Windows color (decimal): -5628147 or 860074. OLE color: 860074.
HSL color Cylindrical-coordinate representation of color #AA1F0D: hue angle of 6.88º 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 #AA1F0D is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 13 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.33 |
| HSL | 6.88º | 0.86% | 0.36% | - |
| HSV(B) | 6.88º | 0.92% | 0.67% | - |
| XYZ | 17.14 | 9.56 | 1.32 | - |
| YUV | 70.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 13 | 0 | 0.82 | 0.92 | 0.33 | 6.88 | 0.86 | 0.36 |
| Hex | AA | 1F | D | 0 | 52 | 5C | 21 | 7 | 56 | 24 |
| Octal | 252 | 37 | 15 | 0 | 122 | 134 | 41 | 7 | 126 | 44 |
| Binary | 10101010 | 11111 | 1101 | 0 | 1010010 | 1011100 | 100001 | 111 | 1010110 | 100100 |
Color Harmonies of #AA1F0D
Complementary color
Monochromatic Colors of #AA1F0D
Black with #AA1F0D
Text Example
Text Example
White with #AA1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F0D; }
p { color: rgb(170,31,13); }
H1.HeaderClassName
{
color: #AA1F0D;
}
.AnyTagClassName
{
color: #AA1F0D;
}
</style>
background-color css
<style>
a { background-color: #AA1F0D; }
a { background-color: rgb(170,31,13); }
div.DivClassName
{
background-color: #AA1F0D;
}
.BgClassName
{
background-color: #AA1F0D;
}
</style>
border-color css
<style>
span { border-color: #AA1F0D; }
span { border-color: rgb(170,31,13); }
td.TdClassName
{
border-color: #AA1F0D;
}
.TagClassName
{
border-color: #AA1F0D;
}
</style>