Shades of Fire Brick #AA270F
Tints of Fire Brick #AA270F
RGB
CMYK
RGB Variations
Color information
#AA270F (or 0xAA270F) is known color: Fire Brick. HEX triplet: AA, 27 and 0F. RGB value is (170,39,15). Sum of RGB (Red+Green+Blue) = 170+39+15=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA270F is #55D8F0. Grayscale: #4B4B4B. Windows color (decimal): -5626097 or 993194. OLE color: 993194.
HSL color Cylindrical-coordinate representation of color #AA270F: hue angle of 9.29º degrees, saturation: 0.84, 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 #AA270F is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 15 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.33 |
| HSL | 9.29º | 0.84% | 0.36% | - |
| HSV(B) | 9.29º | 0.91% | 0.67% | - |
| XYZ | 17.39 | 10.03 | 1.47 | - |
| YUV | 75.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 15 | 0 | 0.77 | 0.91 | 0.33 | 9.29 | 0.84 | 0.36 |
| Hex | AA | 27 | F | 0 | 4D | 5B | 21 | 9 | 54 | 24 |
| Octal | 252 | 47 | 17 | 0 | 115 | 133 | 41 | 11 | 124 | 44 |
| Binary | 10101010 | 100111 | 1111 | 0 | 1001101 | 1011011 | 100001 | 1001 | 1010100 | 100100 |
Color Harmonies of #AA270F
Complementary color
Monochromatic Colors of #AA270F
Black with #AA270F
Text Example
Text Example
White with #AA270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA270F; }
p { color: rgb(170,39,15); }
H1.HeaderClassName
{
color: #AA270F;
}
.AnyTagClassName
{
color: #AA270F;
}
</style>
background-color css
<style>
a { background-color: #AA270F; }
a { background-color: rgb(170,39,15); }
div.DivClassName
{
background-color: #AA270F;
}
.BgClassName
{
background-color: #AA270F;
}
</style>
border-color css
<style>
span { border-color: #AA270F; }
span { border-color: rgb(170,39,15); }
td.TdClassName
{
border-color: #AA270F;
}
.TagClassName
{
border-color: #AA270F;
}
</style>