Shades of Free Speech Red #AA0200
Tints of Free Speech Red #AA0200
RGB
CMYK
RGB Variations
Color information
#AA0200 (or 0xAA0200) is known color: Free Speech Red. HEX triplet: AA, 02 and 00. RGB value is (170,2,0). Sum of RGB (Red+Green+Blue) = 170+2+0=172 (22% of max value = 765). Red value is 170 (66.80% from 255 or 98.84% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0200 is #55FDFF. Grayscale: #343434. Windows color (decimal): -5635584 or 682. OLE color: 682.
HSL color Cylindrical-coordinate representation of color #AA0200: hue angle of 0.71º 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 #AA0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.33 |
| HSL | 0.71º | 1% | 0.33% | - |
| HSV(B) | 0.71º | 1% | 0.67% | - |
| XYZ | 16.6 | 8.59 | 0.78 | - |
| YUV | 52 | 98.66 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 0 | 0 | 0.99 | 1 | 0.33 | 0.71 | 1 | 0.33 |
| Hex | AA | 2 | 0 | 0 | 63 | 64 | 21 | 1 | 64 | 21 |
| Octal | 252 | 2 | 0 | 0 | 143 | 144 | 41 | 1 | 144 | 41 |
| Binary | 10101010 | 10 | 0 | 0 | 1100011 | 1100100 | 100001 | 1 | 1100100 | 100001 |
Color Harmonies of #AA0200
Complementary color
Monochromatic Colors of #AA0200
Black with #AA0200
Text Example
Text Example
White with #AA0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0200; }
p { color: rgb(170,2,0); }
H1.HeaderClassName
{
color: #AA0200;
}
.AnyTagClassName
{
color: #AA0200;
}
</style>
background-color css
<style>
a { background-color: #AA0200; }
a { background-color: rgb(170,2,0); }
div.DivClassName
{
background-color: #AA0200;
}
.BgClassName
{
background-color: #AA0200;
}
</style>
border-color css
<style>
span { border-color: #AA0200; }
span { border-color: rgb(170,2,0); }
td.TdClassName
{
border-color: #AA0200;
}
.TagClassName
{
border-color: #AA0200;
}
</style>