Shades of Free Speech Red #A80C06
Tints of Free Speech Red #A80C06
RGB
CMYK
RGB Variations
Color information
#A80C06 (or 0xA80C06) is known color: Free Speech Red. HEX triplet: A8, 0C and 06. RGB value is (168,12,6). Sum of RGB (Red+Green+Blue) = 168+12+6=186 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.32% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80C06 is #57F3F9. Grayscale: #3A3A3A. Windows color (decimal): -5764090 or 396456. OLE color: 396456.
HSL color Cylindrical-coordinate representation of color #A80C06: hue angle of 2.22º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80C06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 6 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.34 |
| HSL | 2.22º | 0.93% | 0.34% | - |
| HSV(B) | 2.22º | 0.96% | 0.66% | - |
| XYZ | 16.31 | 8.6 | 0.97 | - |
| YUV | 57.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 6 | 0 | 0.93 | 0.96 | 0.34 | 2.22 | 0.93 | 0.34 |
| Hex | A8 | C | 6 | 0 | 5D | 60 | 22 | 2 | 5D | 22 |
| Octal | 250 | 14 | 6 | 0 | 135 | 140 | 42 | 2 | 135 | 42 |
| Binary | 10101000 | 1100 | 110 | 0 | 1011101 | 1100000 | 100010 | 10 | 1011101 | 100010 |
Color Harmonies of #A80C06
Complementary color
Monochromatic Colors of #A80C06
Black with #A80C06
Text Example
Text Example
White with #A80C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C06; }
p { color: rgb(168,12,6); }
H1.HeaderClassName
{
color: #A80C06;
}
.AnyTagClassName
{
color: #A80C06;
}
</style>
background-color css
<style>
a { background-color: #A80C06; }
a { background-color: rgb(168,12,6); }
div.DivClassName
{
background-color: #A80C06;
}
.BgClassName
{
background-color: #A80C06;
}
</style>
border-color css
<style>
span { border-color: #A80C06; }
span { border-color: rgb(168,12,6); }
td.TdClassName
{
border-color: #A80C06;
}
.TagClassName
{
border-color: #A80C06;
}
</style>