Shades of Free Speech Red #AA0602
Tints of Free Speech Red #AA0602
RGB
CMYK
RGB Variations
Color information
#AA0602 (or 0xAA0602) is known color: Free Speech Red. HEX triplet: AA, 06 and 02. RGB value is (170,6,2). Sum of RGB (Red+Green+Blue) = 170+6+2=178 (23% of max value = 765). Red value is 170 (66.80% from 255 or 95.51% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0602 is #55F9FD. Grayscale: #363636. Windows color (decimal): -5634558 or 132778. OLE color: 132778.
HSL color Cylindrical-coordinate representation of color #AA0602: hue angle of 1.43º 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 #AA0602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.33 |
| HSL | 1.43º | 0.98% | 0.34% | - |
| HSV(B) | 1.43º | 0.99% | 0.67% | - |
| XYZ | 16.65 | 8.68 | 0.86 | - |
| YUV | 54.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 2 | 0 | 0.96 | 0.99 | 0.33 | 1.43 | 0.98 | 0.34 |
| Hex | AA | 6 | 2 | 0 | 60 | 63 | 21 | 1 | 62 | 22 |
| Octal | 252 | 6 | 2 | 0 | 140 | 143 | 41 | 1 | 142 | 42 |
| Binary | 10101010 | 110 | 10 | 0 | 1100000 | 1100011 | 100001 | 1 | 1100010 | 100010 |
Color Harmonies of #AA0602
Complementary color
Monochromatic Colors of #AA0602
Black with #AA0602
Text Example
Text Example
White with #AA0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0602; }
p { color: rgb(170,6,2); }
H1.HeaderClassName
{
color: #AA0602;
}
.AnyTagClassName
{
color: #AA0602;
}
</style>
background-color css
<style>
a { background-color: #AA0602; }
a { background-color: rgb(170,6,2); }
div.DivClassName
{
background-color: #AA0602;
}
.BgClassName
{
background-color: #AA0602;
}
</style>
border-color css
<style>
span { border-color: #AA0602; }
span { border-color: rgb(170,6,2); }
td.TdClassName
{
border-color: #AA0602;
}
.TagClassName
{
border-color: #AA0602;
}
</style>