Shades of Free Speech Red #AA0901
Tints of Free Speech Red #AA0901
RGB
CMYK
RGB Variations
Color information
#AA0901 (or 0xAA0901) is known color: Free Speech Red. HEX triplet: AA, 09 and 01. RGB value is (170,9,1). Sum of RGB (Red+Green+Blue) = 170+9+1=180 (23% of max value = 765). Red value is 170 (66.80% from 255 or 94.44% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0901 is #55F6FE. Grayscale: #383838. Windows color (decimal): -5633791 or 68010. OLE color: 68010.
HSL color Cylindrical-coordinate representation of color #AA0901: hue angle of 2.84º 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 #AA0901 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.33 |
| HSL | 2.84º | 0.99% | 0.34% | - |
| HSV(B) | 2.84º | 0.99% | 0.67% | - |
| XYZ | 16.68 | 8.74 | 0.84 | - |
| YUV | 56.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 1 | 0 | 0.95 | 0.99 | 0.33 | 2.84 | 0.99 | 0.34 |
| Hex | AA | 9 | 1 | 0 | 5F | 63 | 21 | 3 | 63 | 22 |
| Octal | 252 | 11 | 1 | 0 | 137 | 143 | 41 | 3 | 143 | 42 |
| Binary | 10101010 | 1001 | 1 | 0 | 1011111 | 1100011 | 100001 | 11 | 1100011 | 100010 |
Color Harmonies of #AA0901
Complementary color
Monochromatic Colors of #AA0901
Black with #AA0901
Text Example
Text Example
White with #AA0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0901; }
p { color: rgb(170,9,1); }
H1.HeaderClassName
{
color: #AA0901;
}
.AnyTagClassName
{
color: #AA0901;
}
</style>
background-color css
<style>
a { background-color: #AA0901; }
a { background-color: rgb(170,9,1); }
div.DivClassName
{
background-color: #AA0901;
}
.BgClassName
{
background-color: #AA0901;
}
</style>
border-color css
<style>
span { border-color: #AA0901; }
span { border-color: rgb(170,9,1); }
td.TdClassName
{
border-color: #AA0901;
}
.TagClassName
{
border-color: #AA0901;
}
</style>