Shades of Free Speech Red #A80501
Tints of Free Speech Red #A80501
RGB
CMYK
RGB Variations
Color information
#A80501 (or 0xA80501) is known color: Free Speech Red. HEX triplet: A8, 05 and 01. RGB value is (168,5,1). Sum of RGB (Red+Green+Blue) = 168+5+1=174 (23% of max value = 765). Red value is 168 (66.02% from 255 or 96.55% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 168 - color contains mainly: red. Hex color #A80501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80501 is #57FAFE. Grayscale: #353535. Windows color (decimal): -5765887 or 66984. OLE color: 66984.
HSL color Cylindrical-coordinate representation of color #A80501: hue angle of 1.44º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.34 |
| HSL | 1.44º | 0.99% | 0.33% | - |
| HSV(B) | 1.44º | 0.99% | 0.66% | - |
| XYZ | 16.21 | 8.44 | 0.8 | - |
| YUV | 53.28 | 98.5 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 1 | 0 | 0.97 | 0.99 | 0.34 | 1.44 | 0.99 | 0.33 |
| Hex | A8 | 5 | 1 | 0 | 61 | 63 | 22 | 1 | 63 | 21 |
| Octal | 250 | 5 | 1 | 0 | 141 | 143 | 42 | 1 | 143 | 41 |
| Binary | 10101000 | 101 | 1 | 0 | 1100001 | 1100011 | 100010 | 1 | 1100011 | 100001 |
Color Harmonies of #A80501
Complementary color
Monochromatic Colors of #A80501
Black with #A80501
Text Example
Text Example
White with #A80501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80501; }
p { color: rgb(168,5,1); }
H1.HeaderClassName
{
color: #A80501;
}
.AnyTagClassName
{
color: #A80501;
}
</style>
background-color css
<style>
a { background-color: #A80501; }
a { background-color: rgb(168,5,1); }
div.DivClassName
{
background-color: #A80501;
}
.BgClassName
{
background-color: #A80501;
}
</style>
border-color css
<style>
span { border-color: #A80501; }
span { border-color: rgb(168,5,1); }
td.TdClassName
{
border-color: #A80501;
}
.TagClassName
{
border-color: #A80501;
}
</style>