Shades of Fire Brick #AA1B0B
Tints of Fire Brick #AA1B0B
RGB
CMYK
RGB Variations
Color information
#AA1B0B (or 0xAA1B0B) is known color: Fire Brick. HEX triplet: AA, 1B and 0B. RGB value is (170,27,11). Sum of RGB (Red+Green+Blue) = 170+27+11=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1B0B is #55E4F4. Grayscale: #444444. Windows color (decimal): -5629173 or 727978. OLE color: 727978.
HSL color Cylindrical-coordinate representation of color #AA1B0B: hue angle of 6.04º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA1B0B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 11 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.33 |
| HSL | 6.04º | 0.88% | 0.35% | - |
| HSV(B) | 6.04º | 0.94% | 0.67% | - |
| XYZ | 17.03 | 9.35 | 1.22 | - |
| YUV | 67.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 11 | 0 | 0.84 | 0.94 | 0.33 | 6.04 | 0.88 | 0.35 |
| Hex | AA | 1B | B | 0 | 54 | 5E | 21 | 6 | 58 | 23 |
| Octal | 252 | 33 | 13 | 0 | 124 | 136 | 41 | 6 | 130 | 43 |
| Binary | 10101010 | 11011 | 1011 | 0 | 1010100 | 1011110 | 100001 | 110 | 1011000 | 100011 |
Color Harmonies of #AA1B0B
Complementary color
Monochromatic Colors of #AA1B0B
Black with #AA1B0B
Text Example
Text Example
White with #AA1B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B0B; }
p { color: rgb(170,27,11); }
H1.HeaderClassName
{
color: #AA1B0B;
}
.AnyTagClassName
{
color: #AA1B0B;
}
</style>
background-color css
<style>
a { background-color: #AA1B0B; }
a { background-color: rgb(170,27,11); }
div.DivClassName
{
background-color: #AA1B0B;
}
.BgClassName
{
background-color: #AA1B0B;
}
</style>
border-color css
<style>
span { border-color: #AA1B0B; }
span { border-color: rgb(170,27,11); }
td.TdClassName
{
border-color: #AA1B0B;
}
.TagClassName
{
border-color: #AA1B0B;
}
</style>