Shades of Free Speech Red #A80A00
Tints of Free Speech Red #A80A00
RGB
CMYK
RGB Variations
Color information
#A80A00 (or 0xA80A00) is known color: Free Speech Red. HEX triplet: A8, 0A and 00. RGB value is (168,10,0). Sum of RGB (Red+Green+Blue) = 168+10+0=178 (23% of max value = 765). Red value is 168 (66.02% from 255 or 94.38% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80A00 is #57F5FF. Grayscale: #383838. Windows color (decimal): -5764608 or 2728. OLE color: 2728.
HSL color Cylindrical-coordinate representation of color #A80A00: hue angle of 3.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.34 |
| HSL | 3.57º | 1% | 0.33% | - |
| HSV(B) | 3.57º | 1% | 0.66% | - |
| XYZ | 16.26 | 8.54 | 0.79 | - |
| YUV | 56.1 | 96.35 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 0 | 0 | 0.94 | 1 | 0.34 | 3.57 | 1 | 0.33 |
| Hex | A8 | A | 0 | 0 | 5E | 64 | 22 | 4 | 64 | 21 |
| Octal | 250 | 12 | 0 | 0 | 136 | 144 | 42 | 4 | 144 | 41 |
| Binary | 10101000 | 1010 | 0 | 0 | 1011110 | 1100100 | 100010 | 100 | 1100100 | 100001 |
Color Harmonies of #A80A00
Complementary color
Monochromatic Colors of #A80A00
Black with #A80A00
Text Example
Text Example
White with #A80A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A00; }
p { color: rgb(168,10,0); }
H1.HeaderClassName
{
color: #A80A00;
}
.AnyTagClassName
{
color: #A80A00;
}
</style>
background-color css
<style>
a { background-color: #A80A00; }
a { background-color: rgb(168,10,0); }
div.DivClassName
{
background-color: #A80A00;
}
.BgClassName
{
background-color: #A80A00;
}
</style>
border-color css
<style>
span { border-color: #A80A00; }
span { border-color: rgb(168,10,0); }
td.TdClassName
{
border-color: #A80A00;
}
.TagClassName
{
border-color: #A80A00;
}
</style>