Shades of Free Speech Red #AA0D0A
Tints of Free Speech Red #AA0D0A
RGB
CMYK
RGB Variations
Color information
#AA0D0A (or 0xAA0D0A) is known color: Free Speech Red. HEX triplet: AA, 0D and 0A. RGB value is (170,13,10). Sum of RGB (Red+Green+Blue) = 170+13+10=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0D0A is #55F2F5. Grayscale: #3B3B3B. Windows color (decimal): -5632758 or 658858. OLE color: 658858.
HSL color Cylindrical-coordinate representation of color #AA0D0A: hue angle of 1.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0D0A is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 10 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.33 |
| HSL | 1.13º | 0.89% | 0.35% | - |
| HSV(B) | 1.13º | 0.94% | 0.67% | - |
| XYZ | 16.78 | 8.86 | 1.11 | - |
| YUV | 59.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 10 | 0 | 0.92 | 0.94 | 0.33 | 1.13 | 0.89 | 0.35 |
| Hex | AA | D | A | 0 | 5C | 5E | 21 | 1 | 59 | 23 |
| Octal | 252 | 15 | 12 | 0 | 134 | 136 | 41 | 1 | 131 | 43 |
| Binary | 10101010 | 1101 | 1010 | 0 | 1011100 | 1011110 | 100001 | 1 | 1011001 | 100011 |
Color Harmonies of #AA0D0A
Complementary color
Monochromatic Colors of #AA0D0A
Black with #AA0D0A
Text Example
Text Example
White with #AA0D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D0A; }
p { color: rgb(170,13,10); }
H1.HeaderClassName
{
color: #AA0D0A;
}
.AnyTagClassName
{
color: #AA0D0A;
}
</style>
background-color css
<style>
a { background-color: #AA0D0A; }
a { background-color: rgb(170,13,10); }
div.DivClassName
{
background-color: #AA0D0A;
}
.BgClassName
{
background-color: #AA0D0A;
}
</style>
border-color css
<style>
span { border-color: #AA0D0A; }
span { border-color: rgb(170,13,10); }
td.TdClassName
{
border-color: #AA0D0A;
}
.TagClassName
{
border-color: #AA0D0A;
}
</style>