Shades of Free Speech Red #AA1200
Tints of Free Speech Red #AA1200
RGB
CMYK
RGB Variations
Color information
#AA1200 (or 0xAA1200) is known color: Free Speech Red. HEX triplet: AA, 12 and 00. RGB value is (170,18,0). Sum of RGB (Red+Green+Blue) = 170+18+0=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1200 is #55EDFF. Grayscale: #3D3D3D. Windows color (decimal): -5631488 or 4778. OLE color: 4778.
HSL color Cylindrical-coordinate representation of color #AA1200: hue angle of 6.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 #AA1200 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.33 |
| HSL | 6.35º | 1% | 0.33% | - |
| HSV(B) | 6.35º | 1% | 0.67% | - |
| XYZ | 16.79 | 8.98 | 0.85 | - |
| YUV | 61.4 | 93.36 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 0 | 0 | 0.89 | 1 | 0.33 | 6.35 | 1 | 0.33 |
| Hex | AA | 12 | 0 | 0 | 59 | 64 | 21 | 6 | 64 | 21 |
| Octal | 252 | 22 | 0 | 0 | 131 | 144 | 41 | 6 | 144 | 41 |
| Binary | 10101010 | 10010 | 0 | 0 | 1011001 | 1100100 | 100001 | 110 | 1100100 | 100001 |
Color Harmonies of #AA1200
Complementary color
Monochromatic Colors of #AA1200
Black with #AA1200
Text Example
Text Example
White with #AA1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1200; }
p { color: rgb(170,18,0); }
H1.HeaderClassName
{
color: #AA1200;
}
.AnyTagClassName
{
color: #AA1200;
}
</style>
background-color css
<style>
a { background-color: #AA1200; }
a { background-color: rgb(170,18,0); }
div.DivClassName
{
background-color: #AA1200;
}
.BgClassName
{
background-color: #AA1200;
}
</style>
border-color css
<style>
span { border-color: #AA1200; }
span { border-color: rgb(170,18,0); }
td.TdClassName
{
border-color: #AA1200;
}
.TagClassName
{
border-color: #AA1200;
}
</style>