Shades of Free Speech Red #AA0700
Tints of Free Speech Red #AA0700
RGB
CMYK
RGB Variations
Color information
#AA0700 (or 0xAA0700) is known color: Free Speech Red. HEX triplet: AA, 07 and 00. RGB value is (170,7,0). Sum of RGB (Red+Green+Blue) = 170+7+0=177 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.05% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0700 is #55F8FF. Grayscale: #373737. Windows color (decimal): -5634304 or 1962. OLE color: 1962.
HSL color Cylindrical-coordinate representation of color #AA0700: hue angle of 2.47º 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 #AA0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.33 |
| HSL | 2.47º | 1% | 0.33% | - |
| HSV(B) | 2.47º | 1% | 0.67% | - |
| XYZ | 16.65 | 8.7 | 0.8 | - |
| YUV | 54.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 0 | 0 | 0.96 | 1 | 0.33 | 2.47 | 1 | 0.33 |
| Hex | AA | 7 | 0 | 0 | 60 | 64 | 21 | 2 | 64 | 21 |
| Octal | 252 | 7 | 0 | 0 | 140 | 144 | 41 | 2 | 144 | 41 |
| Binary | 10101010 | 111 | 0 | 0 | 1100000 | 1100100 | 100001 | 10 | 1100100 | 100001 |
Color Harmonies of #AA0700
Complementary color
Monochromatic Colors of #AA0700
Black with #AA0700
Text Example
Text Example
White with #AA0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0700; }
p { color: rgb(170,7,0); }
H1.HeaderClassName
{
color: #AA0700;
}
.AnyTagClassName
{
color: #AA0700;
}
</style>
background-color css
<style>
a { background-color: #AA0700; }
a { background-color: rgb(170,7,0); }
div.DivClassName
{
background-color: #AA0700;
}
.BgClassName
{
background-color: #AA0700;
}
</style>
border-color css
<style>
span { border-color: #AA0700; }
span { border-color: rgb(170,7,0); }
td.TdClassName
{
border-color: #AA0700;
}
.TagClassName
{
border-color: #AA0700;
}
</style>