Shades of Fire Brick #AA1B06
Tints of Fire Brick #AA1B06
RGB
CMYK
RGB Variations
Color information
#AA1B06 (or 0xAA1B06) is known color: Fire Brick. HEX triplet: AA, 1B and 06. RGB value is (170,27,6). Sum of RGB (Red+Green+Blue) = 170+27+6=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1B06 is #55E4F9. Grayscale: #434343. Windows color (decimal): -5629178 or 400298. OLE color: 400298.
HSL color Cylindrical-coordinate representation of color #AA1B06: hue angle of 7.68º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA1B06 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 6 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.33 |
| HSL | 7.68º | 0.93% | 0.35% | - |
| HSV(B) | 7.68º | 0.96% | 0.67% | - |
| XYZ | 17 | 9.34 | 1.08 | - |
| YUV | 67.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 6 | 0 | 0.84 | 0.96 | 0.33 | 7.68 | 0.93 | 0.35 |
| Hex | AA | 1B | 6 | 0 | 54 | 60 | 21 | 8 | 5D | 23 |
| Octal | 252 | 33 | 6 | 0 | 124 | 140 | 41 | 10 | 135 | 43 |
| Binary | 10101010 | 11011 | 110 | 0 | 1010100 | 1100000 | 100001 | 1000 | 1011101 | 100011 |
Color Harmonies of #AA1B06
Complementary color
Monochromatic Colors of #AA1B06
Black with #AA1B06
Text Example
Text Example
White with #AA1B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B06; }
p { color: rgb(170,27,6); }
H1.HeaderClassName
{
color: #AA1B06;
}
.AnyTagClassName
{
color: #AA1B06;
}
</style>
background-color css
<style>
a { background-color: #AA1B06; }
a { background-color: rgb(170,27,6); }
div.DivClassName
{
background-color: #AA1B06;
}
.BgClassName
{
background-color: #AA1B06;
}
</style>
border-color css
<style>
span { border-color: #AA1B06; }
span { border-color: rgb(170,27,6); }
td.TdClassName
{
border-color: #AA1B06;
}
.TagClassName
{
border-color: #AA1B06;
}
</style>