Shades of Free Speech Red #AA0501
Tints of Free Speech Red #AA0501
RGB
CMYK
RGB Variations
Color information
#AA0501 (or 0xAA0501) is known color: Free Speech Red. HEX triplet: AA, 05 and 01. RGB value is (170,5,1). Sum of RGB (Red+Green+Blue) = 170+5+1=176 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.59% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0501 is #55FAFE. Grayscale: #363636. Windows color (decimal): -5634815 or 66986. OLE color: 66986.
HSL color Cylindrical-coordinate representation of color #AA0501: hue angle of 1.42º 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 #AA0501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.33 |
| HSL | 1.42º | 0.99% | 0.34% | - |
| HSV(B) | 1.42º | 0.99% | 0.67% | - |
| XYZ | 16.64 | 8.66 | 0.82 | - |
| YUV | 53.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 1 | 0 | 0.97 | 0.99 | 0.33 | 1.42 | 0.99 | 0.34 |
| Hex | AA | 5 | 1 | 0 | 61 | 63 | 21 | 1 | 63 | 22 |
| Octal | 252 | 5 | 1 | 0 | 141 | 143 | 41 | 1 | 143 | 42 |
| Binary | 10101010 | 101 | 1 | 0 | 1100001 | 1100011 | 100001 | 1 | 1100011 | 100010 |
Color Harmonies of #AA0501
Complementary color
Monochromatic Colors of #AA0501
Black with #AA0501
Text Example
Text Example
White with #AA0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0501; }
p { color: rgb(170,5,1); }
H1.HeaderClassName
{
color: #AA0501;
}
.AnyTagClassName
{
color: #AA0501;
}
</style>
background-color css
<style>
a { background-color: #AA0501; }
a { background-color: rgb(170,5,1); }
div.DivClassName
{
background-color: #AA0501;
}
.BgClassName
{
background-color: #AA0501;
}
</style>
border-color css
<style>
span { border-color: #AA0501; }
span { border-color: rgb(170,5,1); }
td.TdClassName
{
border-color: #AA0501;
}
.TagClassName
{
border-color: #AA0501;
}
</style>