Shades of Free Speech Red #AA0F08
Tints of Free Speech Red #AA0F08
RGB
CMYK
RGB Variations
Color information
#AA0F08 (or 0xAA0F08) is known color: Free Speech Red. HEX triplet: AA, 0F and 08. RGB value is (170,15,8). Sum of RGB (Red+Green+Blue) = 170+15+8=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F08 is #55F0F7. Grayscale: #3C3C3C. Windows color (decimal): -5632248 or 528298. OLE color: 528298.
HSL color Cylindrical-coordinate representation of color #AA0F08: hue angle of 2.59º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0F08 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 8 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.33 |
| HSL | 2.59º | 0.91% | 0.35% | - |
| HSV(B) | 2.59º | 0.95% | 0.67% | - |
| XYZ | 16.79 | 8.91 | 1.06 | - |
| YUV | 60.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 8 | 0 | 0.91 | 0.95 | 0.33 | 2.59 | 0.91 | 0.35 |
| Hex | AA | F | 8 | 0 | 5B | 5F | 21 | 3 | 5B | 23 |
| Octal | 252 | 17 | 10 | 0 | 133 | 137 | 41 | 3 | 133 | 43 |
| Binary | 10101010 | 1111 | 1000 | 0 | 1011011 | 1011111 | 100001 | 11 | 1011011 | 100011 |
Color Harmonies of #AA0F08
Complementary color
Monochromatic Colors of #AA0F08
Black with #AA0F08
Text Example
Text Example
White with #AA0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F08; }
p { color: rgb(170,15,8); }
H1.HeaderClassName
{
color: #AA0F08;
}
.AnyTagClassName
{
color: #AA0F08;
}
</style>
background-color css
<style>
a { background-color: #AA0F08; }
a { background-color: rgb(170,15,8); }
div.DivClassName
{
background-color: #AA0F08;
}
.BgClassName
{
background-color: #AA0F08;
}
</style>
border-color css
<style>
span { border-color: #AA0F08; }
span { border-color: rgb(170,15,8); }
td.TdClassName
{
border-color: #AA0F08;
}
.TagClassName
{
border-color: #AA0F08;
}
</style>