Shades of Free Speech Red #AA0800
Tints of Free Speech Red #AA0800
RGB
CMYK
RGB Variations
Color information
#AA0800 (or 0xAA0800) is known color: Free Speech Red. HEX triplet: AA, 08 and 00. RGB value is (170,8,0). Sum of RGB (Red+Green+Blue) = 170+8+0=178 (23% of max value = 765). Red value is 170 (66.80% from 255 or 95.51% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0800 is #55F7FF. Grayscale: #373737. Windows color (decimal): -5634048 or 2218. OLE color: 2218.
HSL color Cylindrical-coordinate representation of color #AA0800: hue angle of 2.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0800 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.33 |
| HSL | 2.82º | 1% | 0.33% | - |
| HSV(B) | 2.82º | 1% | 0.67% | - |
| XYZ | 16.66 | 8.72 | 0.8 | - |
| YUV | 55.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 0 | 0 | 0.95 | 1 | 0.33 | 2.82 | 1 | 0.33 |
| Hex | AA | 8 | 0 | 0 | 5F | 64 | 21 | 3 | 64 | 21 |
| Octal | 252 | 10 | 0 | 0 | 137 | 144 | 41 | 3 | 144 | 41 |
| Binary | 10101010 | 1000 | 0 | 0 | 1011111 | 1100100 | 100001 | 11 | 1100100 | 100001 |
Color Harmonies of #AA0800
Complementary color
Monochromatic Colors of #AA0800
Black with #AA0800
Text Example
Text Example
White with #AA0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0800; }
p { color: rgb(170,8,0); }
H1.HeaderClassName
{
color: #AA0800;
}
.AnyTagClassName
{
color: #AA0800;
}
</style>
background-color css
<style>
a { background-color: #AA0800; }
a { background-color: rgb(170,8,0); }
div.DivClassName
{
background-color: #AA0800;
}
.BgClassName
{
background-color: #AA0800;
}
</style>
border-color css
<style>
span { border-color: #AA0800; }
span { border-color: rgb(170,8,0); }
td.TdClassName
{
border-color: #AA0800;
}
.TagClassName
{
border-color: #AA0800;
}
</style>