Shades of Free Speech Red #AA0706
Tints of Free Speech Red #AA0706
RGB
CMYK
RGB Variations
Color information
#AA0706 (or 0xAA0706) is known color: Free Speech Red. HEX triplet: AA, 07 and 06. RGB value is (170,7,6). Sum of RGB (Red+Green+Blue) = 170+7+6=183 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.90% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0706 is #55F8F9. Grayscale: #373737. Windows color (decimal): -5634298 or 395178. OLE color: 395178.
HSL color Cylindrical-coordinate representation of color #AA0706: hue angle of 0.37º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0706 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 6 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.33 |
| HSL | 0.37º | 0.93% | 0.35% | - |
| HSV(B) | 0.37º | 0.96% | 0.67% | - |
| XYZ | 16.69 | 8.71 | 0.97 | - |
| YUV | 55.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 6 | 0 | 0.96 | 0.96 | 0.33 | 0.37 | 0.93 | 0.35 |
| Hex | AA | 7 | 6 | 0 | 60 | 60 | 21 | 0 | 5D | 23 |
| Octal | 252 | 7 | 6 | 0 | 140 | 140 | 41 | 0 | 135 | 43 |
| Binary | 10101010 | 111 | 110 | 0 | 1100000 | 1100000 | 100001 | 0 | 1011101 | 100011 |
Color Harmonies of #AA0706
Complementary color
Monochromatic Colors of #AA0706
Black with #AA0706
Text Example
Text Example
White with #AA0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0706; }
p { color: rgb(170,7,6); }
H1.HeaderClassName
{
color: #AA0706;
}
.AnyTagClassName
{
color: #AA0706;
}
</style>
background-color css
<style>
a { background-color: #AA0706; }
a { background-color: rgb(170,7,6); }
div.DivClassName
{
background-color: #AA0706;
}
.BgClassName
{
background-color: #AA0706;
}
</style>
border-color css
<style>
span { border-color: #AA0706; }
span { border-color: rgb(170,7,6); }
td.TdClassName
{
border-color: #AA0706;
}
.TagClassName
{
border-color: #AA0706;
}
</style>