Shades of Free Speech Red #AA0803
Tints of Free Speech Red #AA0803
RGB
CMYK
RGB Variations
Color information
#AA0803 (or 0xAA0803) is known color: Free Speech Red. HEX triplet: AA, 08 and 03. RGB value is (170,8,3). Sum of RGB (Red+Green+Blue) = 170+8+3=181 (23% of max value = 765). Red value is 170 (66.80% from 255 or 93.92% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0803 is #55F7FC. Grayscale: #383838. Windows color (decimal): -5634045 or 198826. OLE color: 198826.
HSL color Cylindrical-coordinate representation of color #AA0803: hue angle of 1.8º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0803 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 3 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.33 |
| HSL | 1.8º | 0.97% | 0.34% | - |
| HSV(B) | 1.8º | 0.98% | 0.67% | - |
| XYZ | 16.68 | 8.73 | 0.89 | - |
| YUV | 55.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 3 | 0 | 0.95 | 0.98 | 0.33 | 1.8 | 0.97 | 0.34 |
| Hex | AA | 8 | 3 | 0 | 5F | 62 | 21 | 2 | 61 | 22 |
| Octal | 252 | 10 | 3 | 0 | 137 | 142 | 41 | 2 | 141 | 42 |
| Binary | 10101010 | 1000 | 11 | 0 | 1011111 | 1100010 | 100001 | 10 | 1100001 | 100010 |
Color Harmonies of #AA0803
Complementary color
Monochromatic Colors of #AA0803
Black with #AA0803
Text Example
Text Example
White with #AA0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0803; }
p { color: rgb(170,8,3); }
H1.HeaderClassName
{
color: #AA0803;
}
.AnyTagClassName
{
color: #AA0803;
}
</style>
background-color css
<style>
a { background-color: #AA0803; }
a { background-color: rgb(170,8,3); }
div.DivClassName
{
background-color: #AA0803;
}
.BgClassName
{
background-color: #AA0803;
}
</style>
border-color css
<style>
span { border-color: #AA0803; }
span { border-color: rgb(170,8,3); }
td.TdClassName
{
border-color: #AA0803;
}
.TagClassName
{
border-color: #AA0803;
}
</style>