Shades of Free Speech Red #C0160B
Tints of Free Speech Red #C0160B
RGB
CMYK
RGB Variations
Color information
#C0160B (or 0xC0160B) is known color: Free Speech Red. HEX triplet: C0, 16 and 0B. RGB value is (192,22,11). Sum of RGB (Red+Green+Blue) = 192+22+11=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C0160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0160B is #3FE9F4. Grayscale: #474747. Windows color (decimal): -4188661 or 726720. OLE color: 726720.
HSL color Cylindrical-coordinate representation of color #C0160B: hue angle of 3.65º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0160B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.25 |
| HSL | 3.65º | 0.89% | 0.4% | - |
| HSV(B) | 3.65º | 0.94% | 0.75% | - |
| XYZ | 22.09 | 11.8 | 1.43 | - |
| YUV | 71.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 11 | 0 | 0.89 | 0.94 | 0.25 | 3.65 | 0.89 | 0.4 |
| Hex | C0 | 16 | B | 0 | 59 | 5E | 19 | 4 | 59 | 28 |
| Octal | 300 | 26 | 13 | 0 | 131 | 136 | 31 | 4 | 131 | 50 |
| Binary | 11000000 | 10110 | 1011 | 0 | 1011001 | 1011110 | 11001 | 100 | 1011001 | 101000 |
Color Harmonies of #C0160B
Complementary color
Monochromatic Colors of #C0160B
Black with #C0160B
Text Example
Text Example
White with #C0160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0160B; }
p { color: rgb(192,22,11); }
H1.HeaderClassName
{
color: #C0160B;
}
.AnyTagClassName
{
color: #C0160B;
}
</style>
background-color css
<style>
a { background-color: #C0160B; }
a { background-color: rgb(192,22,11); }
div.DivClassName
{
background-color: #C0160B;
}
.BgClassName
{
background-color: #C0160B;
}
</style>
border-color css
<style>
span { border-color: #C0160B; }
span { border-color: rgb(192,22,11); }
td.TdClassName
{
border-color: #C0160B;
}
.TagClassName
{
border-color: #C0160B;
}
</style>