Shades of Free Speech Red #A80906
Tints of Free Speech Red #A80906
RGB
CMYK
RGB Variations
Color information
#A80906 (or 0xA80906) is known color: Free Speech Red. HEX triplet: A8, 09 and 06. RGB value is (168,9,6). Sum of RGB (Red+Green+Blue) = 168+9+6=183 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.80% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 168 - color contains mainly: red. Hex color #A80906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80906 is #57F6F9. Grayscale: #383838. Windows color (decimal): -5764858 or 395688. OLE color: 395688.
HSL color Cylindrical-coordinate representation of color #A80906: hue angle of 1.11º 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 #A80906 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 6 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.34 |
| HSL | 1.11º | 0.93% | 0.34% | - |
| HSV(B) | 1.11º | 0.96% | 0.66% | - |
| XYZ | 16.28 | 8.53 | 0.96 | - |
| YUV | 56.2 | 99.68 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 6 | 0 | 0.95 | 0.96 | 0.34 | 1.11 | 0.93 | 0.34 |
| Hex | A8 | 9 | 6 | 0 | 5F | 60 | 22 | 1 | 5D | 22 |
| Octal | 250 | 11 | 6 | 0 | 137 | 140 | 42 | 1 | 135 | 42 |
| Binary | 10101000 | 1001 | 110 | 0 | 1011111 | 1100000 | 100010 | 1 | 1011101 | 100010 |
Color Harmonies of #A80906
Complementary color
Monochromatic Colors of #A80906
Black with #A80906
Text Example
Text Example
White with #A80906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80906; }
p { color: rgb(168,9,6); }
H1.HeaderClassName
{
color: #A80906;
}
.AnyTagClassName
{
color: #A80906;
}
</style>
background-color css
<style>
a { background-color: #A80906; }
a { background-color: rgb(168,9,6); }
div.DivClassName
{
background-color: #A80906;
}
.BgClassName
{
background-color: #A80906;
}
</style>
border-color css
<style>
span { border-color: #A80906; }
span { border-color: rgb(168,9,6); }
td.TdClassName
{
border-color: #A80906;
}
.TagClassName
{
border-color: #A80906;
}
</style>