Shades of Free Speech Red #AA1102
Tints of Free Speech Red #AA1102
RGB
CMYK
RGB Variations
Color information
#AA1102 (or 0xAA1102) is known color: Free Speech Red. HEX triplet: AA, 11 and 02. RGB value is (170,17,2). Sum of RGB (Red+Green+Blue) = 170+17+2=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1102 is #55EEFD. Grayscale: #3D3D3D. Windows color (decimal): -5631742 or 135594. OLE color: 135594.
HSL color Cylindrical-coordinate representation of color #AA1102: hue angle of 5.36º degrees, saturation: 0.98, 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 #AA1102 is Cyan = 0, Magento = 0.9, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 2 | - |
| CMYK | 0 | 0.9 | 0.99 | 0.33 |
| HSL | 5.36º | 0.98% | 0.34% | - |
| HSV(B) | 5.36º | 0.99% | 0.67% | - |
| XYZ | 16.79 | 8.95 | 0.9 | - |
| YUV | 61.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 2 | 0 | 0.9 | 0.99 | 0.33 | 5.36 | 0.98 | 0.34 |
| Hex | AA | 11 | 2 | 0 | 5A | 63 | 21 | 5 | 62 | 22 |
| Octal | 252 | 21 | 2 | 0 | 132 | 143 | 41 | 5 | 142 | 42 |
| Binary | 10101010 | 10001 | 10 | 0 | 1011010 | 1100011 | 100001 | 101 | 1100010 | 100010 |
Color Harmonies of #AA1102
Complementary color
Monochromatic Colors of #AA1102
Black with #AA1102
Text Example
Text Example
White with #AA1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1102; }
p { color: rgb(170,17,2); }
H1.HeaderClassName
{
color: #AA1102;
}
.AnyTagClassName
{
color: #AA1102;
}
</style>
background-color css
<style>
a { background-color: #AA1102; }
a { background-color: rgb(170,17,2); }
div.DivClassName
{
background-color: #AA1102;
}
.BgClassName
{
background-color: #AA1102;
}
</style>
border-color css
<style>
span { border-color: #AA1102; }
span { border-color: rgb(170,17,2); }
td.TdClassName
{
border-color: #AA1102;
}
.TagClassName
{
border-color: #AA1102;
}
</style>