Shades of Free Speech Red #AA1302
Tints of Free Speech Red #AA1302
RGB
CMYK
RGB Variations
Color information
#AA1302 (or 0xAA1302) is known color: Free Speech Red. HEX triplet: AA, 13 and 02. RGB value is (170,19,2). Sum of RGB (Red+Green+Blue) = 170+19+2=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1302 is #55ECFD. Grayscale: #3E3E3E. Windows color (decimal): -5631230 or 136106. OLE color: 136106.
HSL color Cylindrical-coordinate representation of color #AA1302: hue angle of 6.07º degrees, saturation: 0.98, 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 #AA1302 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.33 |
| HSL | 6.07º | 0.98% | 0.34% | - |
| HSV(B) | 6.07º | 0.99% | 0.67% | - |
| XYZ | 16.82 | 9.02 | 0.91 | - |
| YUV | 62.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 2 | 0 | 0.89 | 0.99 | 0.33 | 6.07 | 0.98 | 0.34 |
| Hex | AA | 13 | 2 | 0 | 59 | 63 | 21 | 6 | 62 | 22 |
| Octal | 252 | 23 | 2 | 0 | 131 | 143 | 41 | 6 | 142 | 42 |
| Binary | 10101010 | 10011 | 10 | 0 | 1011001 | 1100011 | 100001 | 110 | 1100010 | 100010 |
Color Harmonies of #AA1302
Complementary color
Monochromatic Colors of #AA1302
Black with #AA1302
Text Example
Text Example
White with #AA1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1302; }
p { color: rgb(170,19,2); }
H1.HeaderClassName
{
color: #AA1302;
}
.AnyTagClassName
{
color: #AA1302;
}
</style>
background-color css
<style>
a { background-color: #AA1302; }
a { background-color: rgb(170,19,2); }
div.DivClassName
{
background-color: #AA1302;
}
.BgClassName
{
background-color: #AA1302;
}
</style>
border-color css
<style>
span { border-color: #AA1302; }
span { border-color: rgb(170,19,2); }
td.TdClassName
{
border-color: #AA1302;
}
.TagClassName
{
border-color: #AA1302;
}
</style>