Shades of Free Speech Red #AA1305
Tints of Free Speech Red #AA1305
RGB
CMYK
RGB Variations
Color information
#AA1305 (or 0xAA1305) is known color: Free Speech Red. HEX triplet: AA, 13 and 05. RGB value is (170,19,5). Sum of RGB (Red+Green+Blue) = 170+19+5=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1305 is #55ECFA. Grayscale: #3E3E3E. Windows color (decimal): -5631227 or 332714. OLE color: 332714.
HSL color Cylindrical-coordinate representation of color #AA1305: hue angle of 5.09º 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 #AA1305 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.33 |
| HSL | 5.09º | 0.94% | 0.34% | - |
| HSV(B) | 5.09º | 0.97% | 0.67% | - |
| XYZ | 16.84 | 9.02 | 1 | - |
| YUV | 62.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 5 | 0 | 0.89 | 0.97 | 0.33 | 5.09 | 0.94 | 0.34 |
| Hex | AA | 13 | 5 | 0 | 59 | 61 | 21 | 5 | 5E | 22 |
| Octal | 252 | 23 | 5 | 0 | 131 | 141 | 41 | 5 | 136 | 42 |
| Binary | 10101010 | 10011 | 101 | 0 | 1011001 | 1100001 | 100001 | 101 | 1011110 | 100010 |
Color Harmonies of #AA1305
Complementary color
Monochromatic Colors of #AA1305
Black with #AA1305
Text Example
Text Example
White with #AA1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1305; }
p { color: rgb(170,19,5); }
H1.HeaderClassName
{
color: #AA1305;
}
.AnyTagClassName
{
color: #AA1305;
}
</style>
background-color css
<style>
a { background-color: #AA1305; }
a { background-color: rgb(170,19,5); }
div.DivClassName
{
background-color: #AA1305;
}
.BgClassName
{
background-color: #AA1305;
}
</style>
border-color css
<style>
span { border-color: #AA1305; }
span { border-color: rgb(170,19,5); }
td.TdClassName
{
border-color: #AA1305;
}
.TagClassName
{
border-color: #AA1305;
}
</style>