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