Shades of Free Speech Red #A60A00
Tints of Free Speech Red #A60A00
RGB
CMYK
RGB Variations
Color information
#A60A00 (or 0xA60A00) is known color: Free Speech Red. HEX triplet: A6, 0A and 00. RGB value is (166,10,0). Sum of RGB (Red+Green+Blue) = 166+10+0=176 (23% of max value = 765). Red value is 166 (65.23% from 255 or 94.32% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60A00 is #59F5FF. Grayscale: #373737. Windows color (decimal): -5895680 or 2726. OLE color: 2726.
HSL color Cylindrical-coordinate representation of color #A60A00: hue angle of 3.61º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.35 |
| HSL | 3.61º | 1% | 0.33% | - |
| HSV(B) | 3.61º | 1% | 0.65% | - |
| XYZ | 15.83 | 8.32 | 0.77 | - |
| YUV | 55.5 | 96.68 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 0 | 0 | 0.94 | 1 | 0.35 | 3.61 | 1 | 0.33 |
| Hex | A6 | A | 0 | 0 | 5E | 64 | 23 | 4 | 64 | 21 |
| Octal | 246 | 12 | 0 | 0 | 136 | 144 | 43 | 4 | 144 | 41 |
| Binary | 10100110 | 1010 | 0 | 0 | 1011110 | 1100100 | 100011 | 100 | 1100100 | 100001 |
Color Harmonies of #A60A00
Complementary color
Monochromatic Colors of #A60A00
Black with #A60A00
Text Example
Text Example
White with #A60A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60A00; }
p { color: rgb(166,10,0); }
H1.HeaderClassName
{
color: #A60A00;
}
.AnyTagClassName
{
color: #A60A00;
}
</style>
background-color css
<style>
a { background-color: #A60A00; }
a { background-color: rgb(166,10,0); }
div.DivClassName
{
background-color: #A60A00;
}
.BgClassName
{
background-color: #A60A00;
}
</style>
border-color css
<style>
span { border-color: #A60A00; }
span { border-color: rgb(166,10,0); }
td.TdClassName
{
border-color: #A60A00;
}
.TagClassName
{
border-color: #A60A00;
}
</style>