Shades of Free Speech Red #A70C05
Tints of Free Speech Red #A70C05
RGB
CMYK
RGB Variations
Color information
#A70C05 (or 0xA70C05) is known color: Free Speech Red. HEX triplet: A7, 0C and 05. RGB value is (167,12,5). Sum of RGB (Red+Green+Blue) = 167+12+5=184 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.76% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70C05 is #58F3FA. Grayscale: #393939. Windows color (decimal): -5829627 or 330919. OLE color: 330919.
HSL color Cylindrical-coordinate representation of color #A70C05: hue angle of 2.59º 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 #A70C05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 12 | 5 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.35 |
| HSL | 2.59º | 0.94% | 0.34% | - |
| HSV(B) | 2.59º | 0.97% | 0.65% | - |
| XYZ | 16.1 | 8.49 | 0.93 | - |
| YUV | 57.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 5 | 0 | 0.93 | 0.97 | 0.35 | 2.59 | 0.94 | 0.34 |
| Hex | A7 | C | 5 | 0 | 5D | 61 | 23 | 3 | 5E | 22 |
| Octal | 247 | 14 | 5 | 0 | 135 | 141 | 43 | 3 | 136 | 42 |
| Binary | 10100111 | 1100 | 101 | 0 | 1011101 | 1100001 | 100011 | 11 | 1011110 | 100010 |
Color Harmonies of #A70C05
Complementary color
Monochromatic Colors of #A70C05
Black with #A70C05
Text Example
Text Example
White with #A70C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70C05; }
p { color: rgb(167,12,5); }
H1.HeaderClassName
{
color: #A70C05;
}
.AnyTagClassName
{
color: #A70C05;
}
</style>
background-color css
<style>
a { background-color: #A70C05; }
a { background-color: rgb(167,12,5); }
div.DivClassName
{
background-color: #A70C05;
}
.BgClassName
{
background-color: #A70C05;
}
</style>
border-color css
<style>
span { border-color: #A70C05; }
span { border-color: rgb(167,12,5); }
td.TdClassName
{
border-color: #A70C05;
}
.TagClassName
{
border-color: #A70C05;
}
</style>