Shades of Free Speech Red #AA0A01
Tints of Free Speech Red #AA0A01
RGB
CMYK
RGB Variations
Color information
#AA0A01 (or 0xAA0A01) is known color: Free Speech Red. HEX triplet: AA, 0A and 01. RGB value is (170,10,1). Sum of RGB (Red+Green+Blue) = 170+10+1=181 (23% of max value = 765). Red value is 170 (66.80% from 255 or 93.92% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A01 is #55F5FE. Grayscale: #393939. Windows color (decimal): -5633535 or 68266. OLE color: 68266.
HSL color Cylindrical-coordinate representation of color #AA0A01: hue angle of 3.2º degrees, saturation: 0.99, 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 #AA0A01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.33 |
| HSL | 3.2º | 0.99% | 0.34% | - |
| HSV(B) | 3.2º | 0.99% | 0.67% | - |
| XYZ | 16.69 | 8.77 | 0.84 | - |
| YUV | 56.81 | 96.51 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 1 | 0 | 0.94 | 0.99 | 0.33 | 3.2 | 0.99 | 0.34 |
| Hex | AA | A | 1 | 0 | 5E | 63 | 21 | 3 | 63 | 22 |
| Octal | 252 | 12 | 1 | 0 | 136 | 143 | 41 | 3 | 143 | 42 |
| Binary | 10101010 | 1010 | 1 | 0 | 1011110 | 1100011 | 100001 | 11 | 1100011 | 100010 |
Color Harmonies of #AA0A01
Complementary color
Monochromatic Colors of #AA0A01
Black with #AA0A01
Text Example
Text Example
White with #AA0A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A01; }
p { color: rgb(170,10,1); }
H1.HeaderClassName
{
color: #AA0A01;
}
.AnyTagClassName
{
color: #AA0A01;
}
</style>
background-color css
<style>
a { background-color: #AA0A01; }
a { background-color: rgb(170,10,1); }
div.DivClassName
{
background-color: #AA0A01;
}
.BgClassName
{
background-color: #AA0A01;
}
</style>
border-color css
<style>
span { border-color: #AA0A01; }
span { border-color: rgb(170,10,1); }
td.TdClassName
{
border-color: #AA0A01;
}
.TagClassName
{
border-color: #AA0A01;
}
</style>