Shades of Free Speech Red #A80603
Tints of Free Speech Red #A80603
RGB
CMYK
RGB Variations
Color information
#A80603 (or 0xA80603) is known color: Free Speech Red. HEX triplet: A8, 06 and 03. RGB value is (168,6,3). Sum of RGB (Red+Green+Blue) = 168+6+3=177 (23% of max value = 765). Red value is 168 (66.02% from 255 or 94.92% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 168 - color contains mainly: red. Hex color #A80603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80603 is #57F9FC. Grayscale: #363636. Windows color (decimal): -5765629 or 198312. OLE color: 198312.
HSL color Cylindrical-coordinate representation of color #A80603: hue angle of 1.09º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80603 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 3 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.34 |
| HSL | 1.09º | 0.96% | 0.34% | - |
| HSV(B) | 1.09º | 0.98% | 0.66% | - |
| XYZ | 16.23 | 8.46 | 0.86 | - |
| YUV | 54.1 | 99.17 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 3 | 0 | 0.96 | 0.98 | 0.34 | 1.09 | 0.96 | 0.34 |
| Hex | A8 | 6 | 3 | 0 | 60 | 62 | 22 | 1 | 60 | 22 |
| Octal | 250 | 6 | 3 | 0 | 140 | 142 | 42 | 1 | 140 | 42 |
| Binary | 10101000 | 110 | 11 | 0 | 1100000 | 1100010 | 100010 | 1 | 1100000 | 100010 |
Color Harmonies of #A80603
Complementary color
Monochromatic Colors of #A80603
Black with #A80603
Text Example
Text Example
White with #A80603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80603; }
p { color: rgb(168,6,3); }
H1.HeaderClassName
{
color: #A80603;
}
.AnyTagClassName
{
color: #A80603;
}
</style>
background-color css
<style>
a { background-color: #A80603; }
a { background-color: rgb(168,6,3); }
div.DivClassName
{
background-color: #A80603;
}
.BgClassName
{
background-color: #A80603;
}
</style>
border-color css
<style>
span { border-color: #A80603; }
span { border-color: rgb(168,6,3); }
td.TdClassName
{
border-color: #A80603;
}
.TagClassName
{
border-color: #A80603;
}
</style>