Shades of Free Speech Red #AA1206
Tints of Free Speech Red #AA1206
RGB
CMYK
RGB Variations
Color information
#AA1206 (or 0xAA1206) is known color: Free Speech Red. HEX triplet: AA, 12 and 06. RGB value is (170,18,6). Sum of RGB (Red+Green+Blue) = 170+18+6=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1206 is #55EDF9. Grayscale: #3E3E3E. Windows color (decimal): -5631482 or 397994. OLE color: 397994.
HSL color Cylindrical-coordinate representation of color #AA1206: hue angle of 4.39º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA1206 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 6 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.33 |
| HSL | 4.39º | 0.93% | 0.35% | - |
| HSV(B) | 4.39º | 0.96% | 0.67% | - |
| XYZ | 16.83 | 8.99 | 1.02 | - |
| YUV | 62.08 | 96.36 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 6 | 0 | 0.89 | 0.96 | 0.33 | 4.39 | 0.93 | 0.35 |
| Hex | AA | 12 | 6 | 0 | 59 | 60 | 21 | 4 | 5D | 23 |
| Octal | 252 | 22 | 6 | 0 | 131 | 140 | 41 | 4 | 135 | 43 |
| Binary | 10101010 | 10010 | 110 | 0 | 1011001 | 1100000 | 100001 | 100 | 1011101 | 100011 |
Color Harmonies of #AA1206
Complementary color
Monochromatic Colors of #AA1206
Black with #AA1206
Text Example
Text Example
White with #AA1206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1206; }
p { color: rgb(170,18,6); }
H1.HeaderClassName
{
color: #AA1206;
}
.AnyTagClassName
{
color: #AA1206;
}
</style>
background-color css
<style>
a { background-color: #AA1206; }
a { background-color: rgb(170,18,6); }
div.DivClassName
{
background-color: #AA1206;
}
.BgClassName
{
background-color: #AA1206;
}
</style>
border-color css
<style>
span { border-color: #AA1206; }
span { border-color: rgb(170,18,6); }
td.TdClassName
{
border-color: #AA1206;
}
.TagClassName
{
border-color: #AA1206;
}
</style>