Shades of Free Speech Red #AA0A08
Tints of Free Speech Red #AA0A08
RGB
CMYK
RGB Variations
Color information
#AA0A08 (or 0xAA0A08) is known color: Free Speech Red. HEX triplet: AA, 0A and 08. RGB value is (170,10,8). Sum of RGB (Red+Green+Blue) = 170+10+8=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A08 is #55F5F7. Grayscale: #393939. Windows color (decimal): -5633528 or 527018. OLE color: 527018.
HSL color Cylindrical-coordinate representation of color #AA0A08: hue angle of 0.74º 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 #AA0A08 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 8 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.33 |
| HSL | 0.74º | 0.91% | 0.35% | - |
| HSV(B) | 0.74º | 0.95% | 0.67% | - |
| XYZ | 16.73 | 8.78 | 1.04 | - |
| YUV | 57.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 8 | 0 | 0.94 | 0.95 | 0.33 | 0.74 | 0.91 | 0.35 |
| Hex | AA | A | 8 | 0 | 5E | 5F | 21 | 1 | 5B | 23 |
| Octal | 252 | 12 | 10 | 0 | 136 | 137 | 41 | 1 | 133 | 43 |
| Binary | 10101010 | 1010 | 1000 | 0 | 1011110 | 1011111 | 100001 | 1 | 1011011 | 100011 |
Color Harmonies of #AA0A08
Complementary color
Monochromatic Colors of #AA0A08
Black with #AA0A08
Text Example
Text Example
White with #AA0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A08; }
p { color: rgb(170,10,8); }
H1.HeaderClassName
{
color: #AA0A08;
}
.AnyTagClassName
{
color: #AA0A08;
}
</style>
background-color css
<style>
a { background-color: #AA0A08; }
a { background-color: rgb(170,10,8); }
div.DivClassName
{
background-color: #AA0A08;
}
.BgClassName
{
background-color: #AA0A08;
}
</style>
border-color css
<style>
span { border-color: #AA0A08; }
span { border-color: rgb(170,10,8); }
td.TdClassName
{
border-color: #AA0A08;
}
.TagClassName
{
border-color: #AA0A08;
}
</style>