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