Shades of Free Speech Red #A60E05
Tints of Free Speech Red #A60E05
RGB
CMYK
RGB Variations
Color information
#A60E05 (or 0xA60E05) is known color: Free Speech Red. HEX triplet: A6, 0E and 05. RGB value is (166,14,5). Sum of RGB (Red+Green+Blue) = 166+14+5=185 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.73% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60E05 is #59F1FA. Grayscale: #3A3A3A. Windows color (decimal): -5894651 or 331430. OLE color: 331430.
HSL color Cylindrical-coordinate representation of color #A60E05: hue angle of 3.35º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A60E05 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 5 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.35 |
| HSL | 3.35º | 0.94% | 0.34% | - |
| HSV(B) | 3.35º | 0.97% | 0.65% | - |
| XYZ | 15.91 | 8.43 | 0.93 | - |
| YUV | 58.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 5 | 0 | 0.92 | 0.97 | 0.35 | 3.35 | 0.94 | 0.34 |
| Hex | A6 | E | 5 | 0 | 5C | 61 | 23 | 3 | 5E | 22 |
| Octal | 246 | 16 | 5 | 0 | 134 | 141 | 43 | 3 | 136 | 42 |
| Binary | 10100110 | 1110 | 101 | 0 | 1011100 | 1100001 | 100011 | 11 | 1011110 | 100010 |
Color Harmonies of #A60E05
Complementary color
Monochromatic Colors of #A60E05
Black with #A60E05
Text Example
Text Example
White with #A60E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E05; }
p { color: rgb(166,14,5); }
H1.HeaderClassName
{
color: #A60E05;
}
.AnyTagClassName
{
color: #A60E05;
}
</style>
background-color css
<style>
a { background-color: #A60E05; }
a { background-color: rgb(166,14,5); }
div.DivClassName
{
background-color: #A60E05;
}
.BgClassName
{
background-color: #A60E05;
}
</style>
border-color css
<style>
span { border-color: #A60E05; }
span { border-color: rgb(166,14,5); }
td.TdClassName
{
border-color: #A60E05;
}
.TagClassName
{
border-color: #A60E05;
}
</style>