Shades of Free Speech Red #AA1600
Tints of Free Speech Red #AA1600
RGB
CMYK
RGB Variations
Color information
#AA1600 (or 0xAA1600) is known color: Free Speech Red. HEX triplet: AA, 16 and 00. RGB value is (170,22,0). Sum of RGB (Red+Green+Blue) = 170+22+0=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1600 is #55E9FF. Grayscale: #3F3F3F. Windows color (decimal): -5630464 or 5802. OLE color: 5802.
HSL color Cylindrical-coordinate representation of color #AA1600: hue angle of 7.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA1600 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.33 |
| HSL | 7.76º | 1% | 0.33% | - |
| HSV(B) | 7.76º | 1% | 0.67% | - |
| XYZ | 16.86 | 9.12 | 0.87 | - |
| YUV | 63.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 0 | 0 | 0.87 | 1 | 0.33 | 7.76 | 1 | 0.33 |
| Hex | AA | 16 | 0 | 0 | 57 | 64 | 21 | 8 | 64 | 21 |
| Octal | 252 | 26 | 0 | 0 | 127 | 144 | 41 | 10 | 144 | 41 |
| Binary | 10101010 | 10110 | 0 | 0 | 1010111 | 1100100 | 100001 | 1000 | 1100100 | 100001 |
Color Harmonies of #AA1600
Complementary color
Monochromatic Colors of #AA1600
Black with #AA1600
Text Example
Text Example
White with #AA1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1600; }
p { color: rgb(170,22,0); }
H1.HeaderClassName
{
color: #AA1600;
}
.AnyTagClassName
{
color: #AA1600;
}
</style>
background-color css
<style>
a { background-color: #AA1600; }
a { background-color: rgb(170,22,0); }
div.DivClassName
{
background-color: #AA1600;
}
.BgClassName
{
background-color: #AA1600;
}
</style>
border-color css
<style>
span { border-color: #AA1600; }
span { border-color: rgb(170,22,0); }
td.TdClassName
{
border-color: #AA1600;
}
.TagClassName
{
border-color: #AA1600;
}
</style>