Shades of Free Speech Red #A80705
Tints of Free Speech Red #A80705
RGB
CMYK
RGB Variations
Color information
#A80705 (or 0xA80705) is known color: Free Speech Red. HEX triplet: A8, 07 and 05. RGB value is (168,7,5). Sum of RGB (Red+Green+Blue) = 168+7+5=180 (23% of max value = 765). Red value is 168 (66.02% from 255 or 93.33% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 168 - color contains mainly: red. Hex color #A80705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80705 is #57F8FA. Grayscale: #373737. Windows color (decimal): -5765371 or 329640. OLE color: 329640.
HSL color Cylindrical-coordinate representation of color #A80705: hue angle of 0.74º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80705 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 5 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.34 |
| HSL | 0.74º | 0.94% | 0.34% | - |
| HSV(B) | 0.74º | 0.97% | 0.66% | - |
| XYZ | 16.25 | 8.49 | 0.93 | - |
| YUV | 54.91 | 99.84 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 5 | 0 | 0.96 | 0.97 | 0.34 | 0.74 | 0.94 | 0.34 |
| Hex | A8 | 7 | 5 | 0 | 60 | 61 | 22 | 1 | 5E | 22 |
| Octal | 250 | 7 | 5 | 0 | 140 | 141 | 42 | 1 | 136 | 42 |
| Binary | 10101000 | 111 | 101 | 0 | 1100000 | 1100001 | 100010 | 1 | 1011110 | 100010 |
Color Harmonies of #A80705
Complementary color
Monochromatic Colors of #A80705
Black with #A80705
Text Example
Text Example
White with #A80705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80705; }
p { color: rgb(168,7,5); }
H1.HeaderClassName
{
color: #A80705;
}
.AnyTagClassName
{
color: #A80705;
}
</style>
background-color css
<style>
a { background-color: #A80705; }
a { background-color: rgb(168,7,5); }
div.DivClassName
{
background-color: #A80705;
}
.BgClassName
{
background-color: #A80705;
}
</style>
border-color css
<style>
span { border-color: #A80705; }
span { border-color: rgb(168,7,5); }
td.TdClassName
{
border-color: #A80705;
}
.TagClassName
{
border-color: #A80705;
}
</style>