Shades of Free Speech Red #BA0B07
Tints of Free Speech Red #BA0B07
RGB
CMYK
RGB Variations
Color information
#BA0B07 (or 0xBA0B07) is known color: Free Speech Red. HEX triplet: BA, 0B and 07. RGB value is (186,11,7). Sum of RGB (Red+Green+Blue) = 186+11+7=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0B07 is #45F4F8. Grayscale: #3F3F3F. Windows color (decimal): -4584697 or 461754. OLE color: 461754.
HSL color Cylindrical-coordinate representation of color #BA0B07: hue angle of 1.34º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0B07 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 7 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.27 |
| HSL | 1.34º | 0.93% | 0.38% | - |
| HSV(B) | 1.34º | 0.96% | 0.73% | - |
| XYZ | 20.41 | 10.69 | 1.19 | - |
| YUV | 62.87 | 96.48 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 7 | 0 | 0.94 | 0.96 | 0.27 | 1.34 | 0.93 | 0.38 |
| Hex | BA | B | 7 | 0 | 5E | 60 | 1B | 1 | 5D | 26 |
| Octal | 272 | 13 | 7 | 0 | 136 | 140 | 33 | 1 | 135 | 46 |
| Binary | 10111010 | 1011 | 111 | 0 | 1011110 | 1100000 | 11011 | 1 | 1011101 | 100110 |
Color Harmonies of #BA0B07
Complementary color
Monochromatic Colors of #BA0B07
Black with #BA0B07
Text Example
Text Example
White with #BA0B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B07; }
p { color: rgb(186,11,7); }
H1.HeaderClassName
{
color: #BA0B07;
}
.AnyTagClassName
{
color: #BA0B07;
}
</style>
background-color css
<style>
a { background-color: #BA0B07; }
a { background-color: rgb(186,11,7); }
div.DivClassName
{
background-color: #BA0B07;
}
.BgClassName
{
background-color: #BA0B07;
}
</style>
border-color css
<style>
span { border-color: #BA0B07; }
span { border-color: rgb(186,11,7); }
td.TdClassName
{
border-color: #BA0B07;
}
.TagClassName
{
border-color: #BA0B07;
}
</style>