Shades of Free Speech Red #BA160B
Tints of Free Speech Red #BA160B
RGB
CMYK
RGB Variations
Color information
#BA160B (or 0xBA160B) is known color: Free Speech Red. HEX triplet: BA, 16 and 0B. RGB value is (186,22,11). Sum of RGB (Red+Green+Blue) = 186+22+11=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA160B is #45E9F4. Grayscale: #454545. Windows color (decimal): -4581877 or 726714. OLE color: 726714.
HSL color Cylindrical-coordinate representation of color #BA160B: hue angle of 3.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA160B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.27 |
| HSL | 3.77º | 0.89% | 0.39% | - |
| HSV(B) | 3.77º | 0.94% | 0.73% | - |
| XYZ | 20.6 | 11.04 | 1.36 | - |
| YUV | 69.78 | 94.83 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 11 | 0 | 0.88 | 0.94 | 0.27 | 3.77 | 0.89 | 0.39 |
| Hex | BA | 16 | B | 0 | 58 | 5E | 1B | 4 | 59 | 27 |
| Octal | 272 | 26 | 13 | 0 | 130 | 136 | 33 | 4 | 131 | 47 |
| Binary | 10111010 | 10110 | 1011 | 0 | 1011000 | 1011110 | 11011 | 100 | 1011001 | 100111 |
Color Harmonies of #BA160B
Complementary color
Monochromatic Colors of #BA160B
Black with #BA160B
Text Example
Text Example
White with #BA160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA160B; }
p { color: rgb(186,22,11); }
H1.HeaderClassName
{
color: #BA160B;
}
.AnyTagClassName
{
color: #BA160B;
}
</style>
background-color css
<style>
a { background-color: #BA160B; }
a { background-color: rgb(186,22,11); }
div.DivClassName
{
background-color: #BA160B;
}
.BgClassName
{
background-color: #BA160B;
}
</style>
border-color css
<style>
span { border-color: #BA160B; }
span { border-color: rgb(186,22,11); }
td.TdClassName
{
border-color: #BA160B;
}
.TagClassName
{
border-color: #BA160B;
}
</style>