Shades of Fire Brick #AA2610
Tints of Fire Brick #AA2610
RGB
CMYK
RGB Variations
Color information
#AA2610 (or 0xAA2610) is known color: Fire Brick. HEX triplet: AA, 26 and 10. RGB value is (170,38,16). Sum of RGB (Red+Green+Blue) = 170+38+16=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2610 is #55D9EF. Grayscale: #4B4B4B. Windows color (decimal): -5626352 or 1058474. OLE color: 1058474.
HSL color Cylindrical-coordinate representation of color #AA2610: hue angle of 8.57º 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 #AA2610 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 16 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.33 |
| HSL | 8.57º | 0.83% | 0.36% | - |
| HSV(B) | 8.57º | 0.91% | 0.67% | - |
| XYZ | 17.36 | 9.97 | 1.5 | - |
| YUV | 74.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 16 | 0 | 0.78 | 0.91 | 0.33 | 8.57 | 0.83 | 0.36 |
| Hex | AA | 26 | 10 | 0 | 4E | 5B | 21 | 9 | 53 | 24 |
| Octal | 252 | 46 | 20 | 0 | 116 | 133 | 41 | 11 | 123 | 44 |
| Binary | 10101010 | 100110 | 10000 | 0 | 1001110 | 1011011 | 100001 | 1001 | 1010011 | 100100 |
Color Harmonies of #AA2610
Complementary color
Monochromatic Colors of #AA2610
Black with #AA2610
Text Example
Text Example
White with #AA2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2610; }
p { color: rgb(170,38,16); }
H1.HeaderClassName
{
color: #AA2610;
}
.AnyTagClassName
{
color: #AA2610;
}
</style>
background-color css
<style>
a { background-color: #AA2610; }
a { background-color: rgb(170,38,16); }
div.DivClassName
{
background-color: #AA2610;
}
.BgClassName
{
background-color: #AA2610;
}
</style>
border-color css
<style>
span { border-color: #AA2610; }
span { border-color: rgb(170,38,16); }
td.TdClassName
{
border-color: #AA2610;
}
.TagClassName
{
border-color: #AA2610;
}
</style>