Shades of Free Speech Red #A70705
Tints of Free Speech Red #A70705
RGB
CMYK
RGB Variations
Color information
#A70705 (or 0xA70705) is known color: Free Speech Red. HEX triplet: A7, 07 and 05. RGB value is (167,7,5). Sum of RGB (Red+Green+Blue) = 167+7+5=179 (23% of max value = 765). Red value is 167 (65.62% from 255 or 93.30% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 167 - color contains mainly: red. Hex color #A70705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70705 is #58F8FA. Grayscale: #363636. Windows color (decimal): -5830907 or 329639. OLE color: 329639.
HSL color Cylindrical-coordinate representation of color #A70705: hue angle of 0.74º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A70705 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 5 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.35 |
| HSL | 0.74º | 0.94% | 0.34% | - |
| HSV(B) | 0.74º | 0.97% | 0.65% | - |
| XYZ | 16.04 | 8.38 | 0.92 | - |
| YUV | 54.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 5 | 0 | 0.96 | 0.97 | 0.35 | 0.74 | 0.94 | 0.34 |
| Hex | A7 | 7 | 5 | 0 | 60 | 61 | 23 | 1 | 5E | 22 |
| Octal | 247 | 7 | 5 | 0 | 140 | 141 | 43 | 1 | 136 | 42 |
| Binary | 10100111 | 111 | 101 | 0 | 1100000 | 1100001 | 100011 | 1 | 1011110 | 100010 |
Color Harmonies of #A70705
Complementary color
Monochromatic Colors of #A70705
Black with #A70705
Text Example
Text Example
White with #A70705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70705; }
p { color: rgb(167,7,5); }
H1.HeaderClassName
{
color: #A70705;
}
.AnyTagClassName
{
color: #A70705;
}
</style>
background-color css
<style>
a { background-color: #A70705; }
a { background-color: rgb(167,7,5); }
div.DivClassName
{
background-color: #A70705;
}
.BgClassName
{
background-color: #A70705;
}
</style>
border-color css
<style>
span { border-color: #A70705; }
span { border-color: rgb(167,7,5); }
td.TdClassName
{
border-color: #A70705;
}
.TagClassName
{
border-color: #A70705;
}
</style>