Shades of Fire Brick #AA1A10
Tints of Fire Brick #AA1A10
RGB
CMYK
RGB Variations
Color information
#AA1A10 (or 0xAA1A10) is known color: Fire Brick. HEX triplet: AA, 1A and 10. RGB value is (170,26,16). Sum of RGB (Red+Green+Blue) = 170+26+16=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A10 is #55E5EF. Grayscale: #444444. Windows color (decimal): -5629424 or 1055402. OLE color: 1055402.
HSL color Cylindrical-coordinate representation of color #AA1A10: hue angle of 3.9º 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 #AA1A10 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 16 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.33 |
| HSL | 3.9º | 0.83% | 0.36% | - |
| HSV(B) | 3.9º | 0.91% | 0.67% | - |
| XYZ | 17.04 | 9.32 | 1.39 | - |
| YUV | 67.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 16 | 0 | 0.85 | 0.91 | 0.33 | 3.9 | 0.83 | 0.36 |
| Hex | AA | 1A | 10 | 0 | 55 | 5B | 21 | 4 | 53 | 24 |
| Octal | 252 | 32 | 20 | 0 | 125 | 133 | 41 | 4 | 123 | 44 |
| Binary | 10101010 | 11010 | 10000 | 0 | 1010101 | 1011011 | 100001 | 100 | 1010011 | 100100 |
Color Harmonies of #AA1A10
Complementary color
Monochromatic Colors of #AA1A10
Black with #AA1A10
Text Example
Text Example
White with #AA1A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A10; }
p { color: rgb(170,26,16); }
H1.HeaderClassName
{
color: #AA1A10;
}
.AnyTagClassName
{
color: #AA1A10;
}
</style>
background-color css
<style>
a { background-color: #AA1A10; }
a { background-color: rgb(170,26,16); }
div.DivClassName
{
background-color: #AA1A10;
}
.BgClassName
{
background-color: #AA1A10;
}
</style>
border-color css
<style>
span { border-color: #AA1A10; }
span { border-color: rgb(170,26,16); }
td.TdClassName
{
border-color: #AA1A10;
}
.TagClassName
{
border-color: #AA1A10;
}
</style>