Shades of Free Speech Red #AA0902
Tints of Free Speech Red #AA0902
RGB
CMYK
RGB Variations
Color information
#AA0902 (or 0xAA0902) is known color: Free Speech Red. HEX triplet: AA, 09 and 02. RGB value is (170,9,2). Sum of RGB (Red+Green+Blue) = 170+9+2=181 (23% of max value = 765). Red value is 170 (66.80% from 255 or 93.92% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0902 is #55F6FD. Grayscale: #383838. Windows color (decimal): -5633790 or 133546. OLE color: 133546.
HSL color Cylindrical-coordinate representation of color #AA0902: hue angle of 2.5º 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 #AA0902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.33 |
| HSL | 2.5º | 0.98% | 0.34% | - |
| HSV(B) | 2.5º | 0.99% | 0.67% | - |
| XYZ | 16.69 | 8.75 | 0.87 | - |
| YUV | 56.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 2 | 0 | 0.95 | 0.99 | 0.33 | 2.5 | 0.98 | 0.34 |
| Hex | AA | 9 | 2 | 0 | 5F | 63 | 21 | 2 | 62 | 22 |
| Octal | 252 | 11 | 2 | 0 | 137 | 143 | 41 | 2 | 142 | 42 |
| Binary | 10101010 | 1001 | 10 | 0 | 1011111 | 1100011 | 100001 | 10 | 1100010 | 100010 |
Color Harmonies of #AA0902
Complementary color
Monochromatic Colors of #AA0902
Black with #AA0902
Text Example
Text Example
White with #AA0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0902; }
p { color: rgb(170,9,2); }
H1.HeaderClassName
{
color: #AA0902;
}
.AnyTagClassName
{
color: #AA0902;
}
</style>
background-color css
<style>
a { background-color: #AA0902; }
a { background-color: rgb(170,9,2); }
div.DivClassName
{
background-color: #AA0902;
}
.BgClassName
{
background-color: #AA0902;
}
</style>
border-color css
<style>
span { border-color: #AA0902; }
span { border-color: rgb(170,9,2); }
td.TdClassName
{
border-color: #AA0902;
}
.TagClassName
{
border-color: #AA0902;
}
</style>