Shades of Fire Brick #AA1A0D
Tints of Fire Brick #AA1A0D
RGB
CMYK
RGB Variations
Color information
#AA1A0D (or 0xAA1A0D) is known color: Fire Brick. HEX triplet: AA, 1A and 0D. RGB value is (170,26,13). Sum of RGB (Red+Green+Blue) = 170+26+13=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A0D is #55E5F2. Grayscale: #434343. Windows color (decimal): -5629427 or 858794. OLE color: 858794.
HSL color Cylindrical-coordinate representation of color #AA1A0D: hue angle of 4.97º 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 #AA1A0D is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 13 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.33 |
| HSL | 4.97º | 0.86% | 0.36% | - |
| HSV(B) | 4.97º | 0.92% | 0.67% | - |
| XYZ | 17.02 | 9.31 | 1.28 | - |
| YUV | 67.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 13 | 0 | 0.85 | 0.92 | 0.33 | 4.97 | 0.86 | 0.36 |
| Hex | AA | 1A | D | 0 | 55 | 5C | 21 | 5 | 56 | 24 |
| Octal | 252 | 32 | 15 | 0 | 125 | 134 | 41 | 5 | 126 | 44 |
| Binary | 10101010 | 11010 | 1101 | 0 | 1010101 | 1011100 | 100001 | 101 | 1010110 | 100100 |
Color Harmonies of #AA1A0D
Complementary color
Monochromatic Colors of #AA1A0D
Black with #AA1A0D
Text Example
Text Example
White with #AA1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A0D; }
p { color: rgb(170,26,13); }
H1.HeaderClassName
{
color: #AA1A0D;
}
.AnyTagClassName
{
color: #AA1A0D;
}
</style>
background-color css
<style>
a { background-color: #AA1A0D; }
a { background-color: rgb(170,26,13); }
div.DivClassName
{
background-color: #AA1A0D;
}
.BgClassName
{
background-color: #AA1A0D;
}
</style>
border-color css
<style>
span { border-color: #AA1A0D; }
span { border-color: rgb(170,26,13); }
td.TdClassName
{
border-color: #AA1A0D;
}
.TagClassName
{
border-color: #AA1A0D;
}
</style>