Shades of Free Speech Red #AA0101
Tints of Free Speech Red #AA0101
RGB
CMYK
RGB Variations
Color information
#AA0101 (or 0xAA0101) is known color: Free Speech Red. HEX triplet: AA, 01 and 01. RGB value is (170,1,1). Sum of RGB (Red+Green+Blue) = 170+1+1=172 (22% of max value = 765). Red value is 170 (66.80% from 255 or 98.84% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0101 is #55FEFE. Grayscale: #333333. Windows color (decimal): -5635839 or 65962. OLE color: 65962.
HSL color Cylindrical-coordinate representation of color #AA0101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.33 |
| HSL | 0º | 0.99% | 0.34% | - |
| HSV(B) | 0º | 0.99% | 0.67% | - |
| XYZ | 16.59 | 8.57 | 0.81 | - |
| YUV | 51.53 | 99.49 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 1 | 0 | 0.99 | 0.99 | 0.33 | 0 | 0.99 | 0.34 |
| Hex | AA | 1 | 1 | 0 | 63 | 63 | 21 | 0 | 63 | 22 |
| Octal | 252 | 1 | 1 | 0 | 143 | 143 | 41 | 0 | 143 | 42 |
| Binary | 10101010 | 1 | 1 | 0 | 1100011 | 1100011 | 100001 | 0 | 1100011 | 100010 |
Color Harmonies of #AA0101
Complementary color
Monochromatic Colors of #AA0101
Black with #AA0101
Text Example
Text Example
White with #AA0101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0101; }
p { color: rgb(170,1,1); }
H1.HeaderClassName
{
color: #AA0101;
}
.AnyTagClassName
{
color: #AA0101;
}
</style>
background-color css
<style>
a { background-color: #AA0101; }
a { background-color: rgb(170,1,1); }
div.DivClassName
{
background-color: #AA0101;
}
.BgClassName
{
background-color: #AA0101;
}
</style>
border-color css
<style>
span { border-color: #AA0101; }
span { border-color: rgb(170,1,1); }
td.TdClassName
{
border-color: #AA0101;
}
.TagClassName
{
border-color: #AA0101;
}
</style>