Shades of Fire Brick #AA2710
Tints of Fire Brick #AA2710
RGB
CMYK
RGB Variations
Color information
#AA2710 (or 0xAA2710) is known color: Fire Brick. HEX triplet: AA, 27 and 10. RGB value is (170,39,16). Sum of RGB (Red+Green+Blue) = 170+39+16=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2710 is #55D8EF. Grayscale: #4B4B4B. Windows color (decimal): -5626096 or 1058730. OLE color: 1058730.
HSL color Cylindrical-coordinate representation of color #AA2710: hue angle of 8.96º degrees, saturation: 0.83, 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 #AA2710 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 16 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.33 |
| HSL | 8.96º | 0.83% | 0.36% | - |
| HSV(B) | 8.96º | 0.91% | 0.67% | - |
| XYZ | 17.4 | 10.03 | 1.51 | - |
| YUV | 75.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 16 | 0 | 0.77 | 0.91 | 0.33 | 8.96 | 0.83 | 0.36 |
| Hex | AA | 27 | 10 | 0 | 4D | 5B | 21 | 9 | 53 | 24 |
| Octal | 252 | 47 | 20 | 0 | 115 | 133 | 41 | 11 | 123 | 44 |
| Binary | 10101010 | 100111 | 10000 | 0 | 1001101 | 1011011 | 100001 | 1001 | 1010011 | 100100 |
Color Harmonies of #AA2710
Complementary color
Monochromatic Colors of #AA2710
Black with #AA2710
Text Example
Text Example
White with #AA2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2710; }
p { color: rgb(170,39,16); }
H1.HeaderClassName
{
color: #AA2710;
}
.AnyTagClassName
{
color: #AA2710;
}
</style>
background-color css
<style>
a { background-color: #AA2710; }
a { background-color: rgb(170,39,16); }
div.DivClassName
{
background-color: #AA2710;
}
.BgClassName
{
background-color: #AA2710;
}
</style>
border-color css
<style>
span { border-color: #AA2710; }
span { border-color: rgb(170,39,16); }
td.TdClassName
{
border-color: #AA2710;
}
.TagClassName
{
border-color: #AA2710;
}
</style>