Shades of Free Speech Red #AA1005
Tints of Free Speech Red #AA1005
RGB
CMYK
RGB Variations
Color information
#AA1005 (or 0xAA1005) is known color: Free Speech Red. HEX triplet: AA, 10 and 05. RGB value is (170,16,5). Sum of RGB (Red+Green+Blue) = 170+16+5=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1005 is #55EFFA. Grayscale: #3C3C3C. Windows color (decimal): -5631995 or 331946. OLE color: 331946.
HSL color Cylindrical-coordinate representation of color #AA1005: hue angle of 4º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA1005 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 5 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.33 |
| HSL | 4º | 0.94% | 0.34% | - |
| HSV(B) | 4º | 0.97% | 0.67% | - |
| XYZ | 16.79 | 8.93 | 0.98 | - |
| YUV | 60.79 | 96.52 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 5 | 0 | 0.91 | 0.97 | 0.33 | 4 | 0.94 | 0.34 |
| Hex | AA | 10 | 5 | 0 | 5B | 61 | 21 | 4 | 5E | 22 |
| Octal | 252 | 20 | 5 | 0 | 133 | 141 | 41 | 4 | 136 | 42 |
| Binary | 10101010 | 10000 | 101 | 0 | 1011011 | 1100001 | 100001 | 100 | 1011110 | 100010 |
Color Harmonies of #AA1005
Complementary color
Monochromatic Colors of #AA1005
Black with #AA1005
Text Example
Text Example
White with #AA1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1005; }
p { color: rgb(170,16,5); }
H1.HeaderClassName
{
color: #AA1005;
}
.AnyTagClassName
{
color: #AA1005;
}
</style>
background-color css
<style>
a { background-color: #AA1005; }
a { background-color: rgb(170,16,5); }
div.DivClassName
{
background-color: #AA1005;
}
.BgClassName
{
background-color: #AA1005;
}
</style>
border-color css
<style>
span { border-color: #AA1005; }
span { border-color: rgb(170,16,5); }
td.TdClassName
{
border-color: #AA1005;
}
.TagClassName
{
border-color: #AA1005;
}
</style>