Shades of Free Speech Red #A60600
Tints of Free Speech Red #A60600
RGB
CMYK
RGB Variations
Color information
#A60600 (or 0xA60600) is known color: Free Speech Red. HEX triplet: A6, 06 and 00. RGB value is (166,6,0). Sum of RGB (Red+Green+Blue) = 166+6+0=172 (22% of max value = 765). Red value is 166 (65.23% from 255 or 96.51% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 166 - color contains mainly: red. Hex color #A60600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60600 is #59F9FF. Grayscale: #353535. Windows color (decimal): -5896704 or 1702. OLE color: 1702.
HSL color Cylindrical-coordinate representation of color #A60600: hue angle of 2.17º 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 #A60600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 6 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.35 |
| HSL | 2.17º | 1% | 0.33% | - |
| HSV(B) | 2.17º | 1% | 0.65% | - |
| XYZ | 15.79 | 8.24 | 0.76 | - |
| YUV | 53.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 0 | 0 | 0.96 | 1 | 0.35 | 2.17 | 1 | 0.33 |
| Hex | A6 | 6 | 0 | 0 | 60 | 64 | 23 | 2 | 64 | 21 |
| Octal | 246 | 6 | 0 | 0 | 140 | 144 | 43 | 2 | 144 | 41 |
| Binary | 10100110 | 110 | 0 | 0 | 1100000 | 1100100 | 100011 | 10 | 1100100 | 100001 |
Color Harmonies of #A60600
Complementary color
Monochromatic Colors of #A60600
Black with #A60600
Text Example
Text Example
White with #A60600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60600; }
p { color: rgb(166,6,0); }
H1.HeaderClassName
{
color: #A60600;
}
.AnyTagClassName
{
color: #A60600;
}
</style>
background-color css
<style>
a { background-color: #A60600; }
a { background-color: rgb(166,6,0); }
div.DivClassName
{
background-color: #A60600;
}
.BgClassName
{
background-color: #A60600;
}
</style>
border-color css
<style>
span { border-color: #A60600; }
span { border-color: rgb(166,6,0); }
td.TdClassName
{
border-color: #A60600;
}
.TagClassName
{
border-color: #A60600;
}
</style>