Shades of Fire Brick #AA1B11
Tints of Fire Brick #AA1B11
RGB
CMYK
RGB Variations
Color information
#AA1B11 (or 0xAA1B11) is known color: Fire Brick. HEX triplet: AA, 1B and 11. RGB value is (170,27,17). Sum of RGB (Red+Green+Blue) = 170+27+17=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1B11 is #55E4EE. Grayscale: #444444. Windows color (decimal): -5629167 or 1121194. OLE color: 1121194.
HSL color Cylindrical-coordinate representation of color #AA1B11: hue angle of 3.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1B11 is Cyan = 0, Magento = 0.84, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 17 | - |
| CMYK | 0 | 0.84 | 0.9 | 0.33 |
| HSL | 3.92º | 0.82% | 0.37% | - |
| HSV(B) | 3.92º | 0.9% | 0.67% | - |
| XYZ | 17.07 | 9.37 | 1.44 | - |
| YUV | 68.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 17 | 0 | 0.84 | 0.9 | 0.33 | 3.92 | 0.82 | 0.37 |
| Hex | AA | 1B | 11 | 0 | 54 | 5A | 21 | 4 | 52 | 25 |
| Octal | 252 | 33 | 21 | 0 | 124 | 132 | 41 | 4 | 122 | 45 |
| Binary | 10101010 | 11011 | 10001 | 0 | 1010100 | 1011010 | 100001 | 100 | 1010010 | 100101 |
Color Harmonies of #AA1B11
Complementary color
Monochromatic Colors of #AA1B11
Black with #AA1B11
Text Example
Text Example
White with #AA1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B11; }
p { color: rgb(170,27,17); }
H1.HeaderClassName
{
color: #AA1B11;
}
.AnyTagClassName
{
color: #AA1B11;
}
</style>
background-color css
<style>
a { background-color: #AA1B11; }
a { background-color: rgb(170,27,17); }
div.DivClassName
{
background-color: #AA1B11;
}
.BgClassName
{
background-color: #AA1B11;
}
</style>
border-color css
<style>
span { border-color: #AA1B11; }
span { border-color: rgb(170,27,17); }
td.TdClassName
{
border-color: #AA1B11;
}
.TagClassName
{
border-color: #AA1B11;
}
</style>