Shades of Fire Brick #AA1D10
Tints of Fire Brick #AA1D10
RGB
CMYK
RGB Variations
Color information
#AA1D10 (or 0xAA1D10) is known color: Fire Brick. HEX triplet: AA, 1D and 10. RGB value is (170,29,16). Sum of RGB (Red+Green+Blue) = 170+29+16=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D10 is #55E2EF. Grayscale: #454545. Windows color (decimal): -5628656 or 1056170. OLE color: 1056170.
HSL color Cylindrical-coordinate representation of color #AA1D10: hue angle of 5.06º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1D10 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 16 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.33 |
| HSL | 5.06º | 0.83% | 0.36% | - |
| HSV(B) | 5.06º | 0.91% | 0.67% | - |
| XYZ | 17.11 | 9.46 | 1.41 | - |
| YUV | 69.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 16 | 0 | 0.83 | 0.91 | 0.33 | 5.06 | 0.83 | 0.36 |
| Hex | AA | 1D | 10 | 0 | 53 | 5B | 21 | 5 | 53 | 24 |
| Octal | 252 | 35 | 20 | 0 | 123 | 133 | 41 | 5 | 123 | 44 |
| Binary | 10101010 | 11101 | 10000 | 0 | 1010011 | 1011011 | 100001 | 101 | 1010011 | 100100 |
Color Harmonies of #AA1D10
Complementary color
Monochromatic Colors of #AA1D10
Black with #AA1D10
Text Example
Text Example
White with #AA1D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D10; }
p { color: rgb(170,29,16); }
H1.HeaderClassName
{
color: #AA1D10;
}
.AnyTagClassName
{
color: #AA1D10;
}
</style>
background-color css
<style>
a { background-color: #AA1D10; }
a { background-color: rgb(170,29,16); }
div.DivClassName
{
background-color: #AA1D10;
}
.BgClassName
{
background-color: #AA1D10;
}
</style>
border-color css
<style>
span { border-color: #AA1D10; }
span { border-color: rgb(170,29,16); }
td.TdClassName
{
border-color: #AA1D10;
}
.TagClassName
{
border-color: #AA1D10;
}
</style>