Shades of Free Speech Red #AA1201
Tints of Free Speech Red #AA1201
RGB
CMYK
RGB Variations
Color information
#AA1201 (or 0xAA1201) is known color: Free Speech Red. HEX triplet: AA, 12 and 01. RGB value is (170,18,1). Sum of RGB (Red+Green+Blue) = 170+18+1=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1201 is #55EDFE. Grayscale: #3D3D3D. Windows color (decimal): -5631487 or 70314. OLE color: 70314.
HSL color Cylindrical-coordinate representation of color #AA1201: hue angle of 6.04º 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 #AA1201 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.33 |
| HSL | 6.04º | 0.99% | 0.34% | - |
| HSV(B) | 6.04º | 0.99% | 0.67% | - |
| XYZ | 16.8 | 8.98 | 0.88 | - |
| YUV | 61.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 1 | 0 | 0.89 | 0.99 | 0.33 | 6.04 | 0.99 | 0.34 |
| Hex | AA | 12 | 1 | 0 | 59 | 63 | 21 | 6 | 63 | 22 |
| Octal | 252 | 22 | 1 | 0 | 131 | 143 | 41 | 6 | 143 | 42 |
| Binary | 10101010 | 10010 | 1 | 0 | 1011001 | 1100011 | 100001 | 110 | 1100011 | 100010 |
Color Harmonies of #AA1201
Complementary color
Monochromatic Colors of #AA1201
Black with #AA1201
Text Example
Text Example
White with #AA1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1201; }
p { color: rgb(170,18,1); }
H1.HeaderClassName
{
color: #AA1201;
}
.AnyTagClassName
{
color: #AA1201;
}
</style>
background-color css
<style>
a { background-color: #AA1201; }
a { background-color: rgb(170,18,1); }
div.DivClassName
{
background-color: #AA1201;
}
.BgClassName
{
background-color: #AA1201;
}
</style>
border-color css
<style>
span { border-color: #AA1201; }
span { border-color: rgb(170,18,1); }
td.TdClassName
{
border-color: #AA1201;
}
.TagClassName
{
border-color: #AA1201;
}
</style>