Shades of Free Speech Red #AA0A04
Tints of Free Speech Red #AA0A04
RGB
CMYK
RGB Variations
Color information
#AA0A04 (or 0xAA0A04) is known color: Free Speech Red. HEX triplet: AA, 0A and 04. RGB value is (170,10,4). Sum of RGB (Red+Green+Blue) = 170+10+4=184 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.39% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A04 is #55F5FB. Grayscale: #393939. Windows color (decimal): -5633532 or 264874. OLE color: 264874.
HSL color Cylindrical-coordinate representation of color #AA0A04: hue angle of 2.17º degrees, saturation: 0.95, 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 #AA0A04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.33 |
| HSL | 2.17º | 0.95% | 0.34% | - |
| HSV(B) | 2.17º | 0.98% | 0.67% | - |
| XYZ | 16.71 | 8.77 | 0.93 | - |
| YUV | 57.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 4 | 0 | 0.94 | 0.98 | 0.33 | 2.17 | 0.95 | 0.34 |
| Hex | AA | A | 4 | 0 | 5E | 62 | 21 | 2 | 5F | 22 |
| Octal | 252 | 12 | 4 | 0 | 136 | 142 | 41 | 2 | 137 | 42 |
| Binary | 10101010 | 1010 | 100 | 0 | 1011110 | 1100010 | 100001 | 10 | 1011111 | 100010 |
Color Harmonies of #AA0A04
Complementary color
Monochromatic Colors of #AA0A04
Black with #AA0A04
Text Example
Text Example
White with #AA0A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A04; }
p { color: rgb(170,10,4); }
H1.HeaderClassName
{
color: #AA0A04;
}
.AnyTagClassName
{
color: #AA0A04;
}
</style>
background-color css
<style>
a { background-color: #AA0A04; }
a { background-color: rgb(170,10,4); }
div.DivClassName
{
background-color: #AA0A04;
}
.BgClassName
{
background-color: #AA0A04;
}
</style>
border-color css
<style>
span { border-color: #AA0A04; }
span { border-color: rgb(170,10,4); }
td.TdClassName
{
border-color: #AA0A04;
}
.TagClassName
{
border-color: #AA0A04;
}
</style>