Shades of Fire Brick #AA270B
Tints of Fire Brick #AA270B
RGB
CMYK
RGB Variations
Color information
#AA270B (or 0xAA270B) is known color: Fire Brick. HEX triplet: AA, 27 and 0B. RGB value is (170,39,11). Sum of RGB (Red+Green+Blue) = 170+39+11=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA270B is #55D8F4. Grayscale: #4B4B4B. Windows color (decimal): -5626101 or 731050. OLE color: 731050.
HSL color Cylindrical-coordinate representation of color #AA270B: hue angle of 10.57º 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 #AA270B is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 11 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.33 |
| HSL | 10.57º | 0.88% | 0.35% | - |
| HSV(B) | 10.57º | 0.94% | 0.67% | - |
| XYZ | 17.36 | 10.02 | 1.34 | - |
| YUV | 74.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 11 | 0 | 0.77 | 0.94 | 0.33 | 10.57 | 0.88 | 0.35 |
| Hex | AA | 27 | B | 0 | 4D | 5E | 21 | B | 58 | 23 |
| Octal | 252 | 47 | 13 | 0 | 115 | 136 | 41 | 13 | 130 | 43 |
| Binary | 10101010 | 100111 | 1011 | 0 | 1001101 | 1011110 | 100001 | 1011 | 1011000 | 100011 |
Color Harmonies of #AA270B
Complementary color
Monochromatic Colors of #AA270B
Black with #AA270B
Text Example
Text Example
White with #AA270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA270B; }
p { color: rgb(170,39,11); }
H1.HeaderClassName
{
color: #AA270B;
}
.AnyTagClassName
{
color: #AA270B;
}
</style>
background-color css
<style>
a { background-color: #AA270B; }
a { background-color: rgb(170,39,11); }
div.DivClassName
{
background-color: #AA270B;
}
.BgClassName
{
background-color: #AA270B;
}
</style>
border-color css
<style>
span { border-color: #AA270B; }
span { border-color: rgb(170,39,11); }
td.TdClassName
{
border-color: #AA270B;
}
.TagClassName
{
border-color: #AA270B;
}
</style>