Shades of Free Speech Red #AA0D04
Tints of Free Speech Red #AA0D04
RGB
CMYK
RGB Variations
Color information
#AA0D04 (or 0xAA0D04) is known color: Free Speech Red. HEX triplet: AA, 0D and 04. RGB value is (170,13,4). Sum of RGB (Red+Green+Blue) = 170+13+4=187 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.91% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0D04 is #55F2FB. Grayscale: #3B3B3B. Windows color (decimal): -5632764 or 265642. OLE color: 265642.
HSL color Cylindrical-coordinate representation of color #AA0D04: hue angle of 3.25º 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 #AA0D04 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.33 |
| HSL | 3.25º | 0.95% | 0.34% | - |
| HSV(B) | 3.25º | 0.98% | 0.67% | - |
| XYZ | 16.74 | 8.84 | 0.94 | - |
| YUV | 58.92 | 97.01 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 4 | 0 | 0.92 | 0.98 | 0.33 | 3.25 | 0.95 | 0.34 |
| Hex | AA | D | 4 | 0 | 5C | 62 | 21 | 3 | 5F | 22 |
| Octal | 252 | 15 | 4 | 0 | 134 | 142 | 41 | 3 | 137 | 42 |
| Binary | 10101010 | 1101 | 100 | 0 | 1011100 | 1100010 | 100001 | 11 | 1011111 | 100010 |
Color Harmonies of #AA0D04
Complementary color
Monochromatic Colors of #AA0D04
Black with #AA0D04
Text Example
Text Example
White with #AA0D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D04; }
p { color: rgb(170,13,4); }
H1.HeaderClassName
{
color: #AA0D04;
}
.AnyTagClassName
{
color: #AA0D04;
}
</style>
background-color css
<style>
a { background-color: #AA0D04; }
a { background-color: rgb(170,13,4); }
div.DivClassName
{
background-color: #AA0D04;
}
.BgClassName
{
background-color: #AA0D04;
}
</style>
border-color css
<style>
span { border-color: #AA0D04; }
span { border-color: rgb(170,13,4); }
td.TdClassName
{
border-color: #AA0D04;
}
.TagClassName
{
border-color: #AA0D04;
}
</style>