Shades of Free Speech Red #A70C06
Tints of Free Speech Red #A70C06
RGB
CMYK
RGB Variations
Color information
#A70C06 (or 0xA70C06) is known color: Free Speech Red. HEX triplet: A7, 0C and 06. RGB value is (167,12,6). Sum of RGB (Red+Green+Blue) = 167+12+6=185 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.27% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70C06 is #58F3F9. Grayscale: #393939. Windows color (decimal): -5829626 or 396455. OLE color: 396455.
HSL color Cylindrical-coordinate representation of color #A70C06: hue angle of 2.24º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70C06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 12 | 6 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.35 |
| HSL | 2.24º | 0.93% | 0.34% | - |
| HSV(B) | 2.24º | 0.96% | 0.65% | - |
| XYZ | 16.1 | 8.49 | 0.96 | - |
| YUV | 57.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 6 | 0 | 0.93 | 0.96 | 0.35 | 2.24 | 0.93 | 0.34 |
| Hex | A7 | C | 6 | 0 | 5D | 60 | 23 | 2 | 5D | 22 |
| Octal | 247 | 14 | 6 | 0 | 135 | 140 | 43 | 2 | 135 | 42 |
| Binary | 10100111 | 1100 | 110 | 0 | 1011101 | 1100000 | 100011 | 10 | 1011101 | 100010 |
Color Harmonies of #A70C06
Complementary color
Monochromatic Colors of #A70C06
Black with #A70C06
Text Example
Text Example
White with #A70C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70C06; }
p { color: rgb(167,12,6); }
H1.HeaderClassName
{
color: #A70C06;
}
.AnyTagClassName
{
color: #A70C06;
}
</style>
background-color css
<style>
a { background-color: #A70C06; }
a { background-color: rgb(167,12,6); }
div.DivClassName
{
background-color: #A70C06;
}
.BgClassName
{
background-color: #A70C06;
}
</style>
border-color css
<style>
span { border-color: #A70C06; }
span { border-color: rgb(167,12,6); }
td.TdClassName
{
border-color: #A70C06;
}
.TagClassName
{
border-color: #A70C06;
}
</style>