Shades of Free Speech Red #A80C0A
Tints of Free Speech Red #A80C0A
RGB
CMYK
RGB Variations
Color information
#A80C0A (or 0xA80C0A) is known color: Free Speech Red. HEX triplet: A8, 0C and 0A. RGB value is (168,12,10). Sum of RGB (Red+Green+Blue) = 168+12+10=190 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.42% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80C0A is #57F3F5. Grayscale: #3A3A3A. Windows color (decimal): -5764086 or 658600. OLE color: 658600.
HSL color Cylindrical-coordinate representation of color #A80C0A: hue angle of 0.76º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80C0A is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 10 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.34 |
| HSL | 0.76º | 0.89% | 0.35% | - |
| HSV(B) | 0.76º | 0.94% | 0.66% | - |
| XYZ | 16.33 | 8.61 | 1.09 | - |
| YUV | 58.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 10 | 0 | 0.93 | 0.94 | 0.34 | 0.76 | 0.89 | 0.35 |
| Hex | A8 | C | A | 0 | 5D | 5E | 22 | 1 | 59 | 23 |
| Octal | 250 | 14 | 12 | 0 | 135 | 136 | 42 | 1 | 131 | 43 |
| Binary | 10101000 | 1100 | 1010 | 0 | 1011101 | 1011110 | 100010 | 1 | 1011001 | 100011 |
Color Harmonies of #A80C0A
Complementary color
Monochromatic Colors of #A80C0A
Black with #A80C0A
Text Example
Text Example
White with #A80C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C0A; }
p { color: rgb(168,12,10); }
H1.HeaderClassName
{
color: #A80C0A;
}
.AnyTagClassName
{
color: #A80C0A;
}
</style>
background-color css
<style>
a { background-color: #A80C0A; }
a { background-color: rgb(168,12,10); }
div.DivClassName
{
background-color: #A80C0A;
}
.BgClassName
{
background-color: #A80C0A;
}
</style>
border-color css
<style>
span { border-color: #A80C0A; }
span { border-color: rgb(168,12,10); }
td.TdClassName
{
border-color: #A80C0A;
}
.TagClassName
{
border-color: #A80C0A;
}
</style>