Shades of Free Speech Red #AA0A02
Tints of Free Speech Red #AA0A02
RGB
CMYK
RGB Variations
Color information
#AA0A02 (or 0xAA0A02) is known color: Free Speech Red. HEX triplet: AA, 0A and 02. RGB value is (170,10,2). Sum of RGB (Red+Green+Blue) = 170+10+2=182 (24% of max value = 765). Red value is 170 (66.80% from 255 or 93.41% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A02 is #55F5FD. Grayscale: #393939. Windows color (decimal): -5633534 or 133802. OLE color: 133802.
HSL color Cylindrical-coordinate representation of color #AA0A02: hue angle of 2.86º 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 #AA0A02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.33 |
| HSL | 2.86º | 0.98% | 0.34% | - |
| HSV(B) | 2.86º | 0.99% | 0.67% | - |
| XYZ | 16.7 | 8.77 | 0.87 | - |
| YUV | 56.93 | 97.01 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 2 | 0 | 0.94 | 0.99 | 0.33 | 2.86 | 0.98 | 0.34 |
| Hex | AA | A | 2 | 0 | 5E | 63 | 21 | 3 | 62 | 22 |
| Octal | 252 | 12 | 2 | 0 | 136 | 143 | 41 | 3 | 142 | 42 |
| Binary | 10101010 | 1010 | 10 | 0 | 1011110 | 1100011 | 100001 | 11 | 1100010 | 100010 |
Color Harmonies of #AA0A02
Complementary color
Monochromatic Colors of #AA0A02
Black with #AA0A02
Text Example
Text Example
White with #AA0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A02; }
p { color: rgb(170,10,2); }
H1.HeaderClassName
{
color: #AA0A02;
}
.AnyTagClassName
{
color: #AA0A02;
}
</style>
background-color css
<style>
a { background-color: #AA0A02; }
a { background-color: rgb(170,10,2); }
div.DivClassName
{
background-color: #AA0A02;
}
.BgClassName
{
background-color: #AA0A02;
}
</style>
border-color css
<style>
span { border-color: #AA0A02; }
span { border-color: rgb(170,10,2); }
td.TdClassName
{
border-color: #AA0A02;
}
.TagClassName
{
border-color: #AA0A02;
}
</style>