Shades of Free Speech Red #AA0600
Tints of Free Speech Red #AA0600
RGB
CMYK
RGB Variations
Color information
#AA0600 (or 0xAA0600) is known color: Free Speech Red. HEX triplet: AA, 06 and 00. RGB value is (170,6,0). Sum of RGB (Red+Green+Blue) = 170+6+0=176 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.59% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0600 is #55F9FF. Grayscale: #363636. Windows color (decimal): -5634560 or 1706. OLE color: 1706.
HSL color Cylindrical-coordinate representation of color #AA0600: hue angle of 2.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.33 |
| HSL | 2.12º | 1% | 0.33% | - |
| HSV(B) | 2.12º | 1% | 0.67% | - |
| XYZ | 16.64 | 8.68 | 0.8 | - |
| YUV | 54.35 | 97.33 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 0 | 0 | 0.96 | 1 | 0.33 | 2.12 | 1 | 0.33 |
| Hex | AA | 6 | 0 | 0 | 60 | 64 | 21 | 2 | 64 | 21 |
| Octal | 252 | 6 | 0 | 0 | 140 | 144 | 41 | 2 | 144 | 41 |
| Binary | 10101010 | 110 | 0 | 0 | 1100000 | 1100100 | 100001 | 10 | 1100100 | 100001 |
Color Harmonies of #AA0600
Complementary color
Monochromatic Colors of #AA0600
Black with #AA0600
Text Example
Text Example
White with #AA0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0600; }
p { color: rgb(170,6,0); }
H1.HeaderClassName
{
color: #AA0600;
}
.AnyTagClassName
{
color: #AA0600;
}
</style>
background-color css
<style>
a { background-color: #AA0600; }
a { background-color: rgb(170,6,0); }
div.DivClassName
{
background-color: #AA0600;
}
.BgClassName
{
background-color: #AA0600;
}
</style>
border-color css
<style>
span { border-color: #AA0600; }
span { border-color: rgb(170,6,0); }
td.TdClassName
{
border-color: #AA0600;
}
.TagClassName
{
border-color: #AA0600;
}
</style>