Shades of Fire Brick #AA2810
Tints of Fire Brick #AA2810
RGB
CMYK
RGB Variations
Color information
#AA2810 (or 0xAA2810) is known color: Fire Brick. HEX triplet: AA, 28 and 10. RGB value is (170,40,16). Sum of RGB (Red+Green+Blue) = 170+40+16=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2810 is #55D7EF. Grayscale: #4C4C4C. Windows color (decimal): -5625840 or 1058986. OLE color: 1058986.
HSL color Cylindrical-coordinate representation of color #AA2810: hue angle of 9.35º 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 #AA2810 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 16 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.33 |
| HSL | 9.35º | 0.83% | 0.36% | - |
| HSV(B) | 9.35º | 0.91% | 0.67% | - |
| XYZ | 17.43 | 10.1 | 1.52 | - |
| YUV | 76.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 16 | 0 | 0.76 | 0.91 | 0.33 | 9.35 | 0.83 | 0.36 |
| Hex | AA | 28 | 10 | 0 | 4C | 5B | 21 | 9 | 53 | 24 |
| Octal | 252 | 50 | 20 | 0 | 114 | 133 | 41 | 11 | 123 | 44 |
| Binary | 10101010 | 101000 | 10000 | 0 | 1001100 | 1011011 | 100001 | 1001 | 1010011 | 100100 |
Color Harmonies of #AA2810
Complementary color
Monochromatic Colors of #AA2810
Black with #AA2810
Text Example
Text Example
White with #AA2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2810; }
p { color: rgb(170,40,16); }
H1.HeaderClassName
{
color: #AA2810;
}
.AnyTagClassName
{
color: #AA2810;
}
</style>
background-color css
<style>
a { background-color: #AA2810; }
a { background-color: rgb(170,40,16); }
div.DivClassName
{
background-color: #AA2810;
}
.BgClassName
{
background-color: #AA2810;
}
</style>
border-color css
<style>
span { border-color: #AA2810; }
span { border-color: rgb(170,40,16); }
td.TdClassName
{
border-color: #AA2810;
}
.TagClassName
{
border-color: #AA2810;
}
</style>