Shades of Free Speech Red #BA0F06
Tints of Free Speech Red #BA0F06
RGB
CMYK
RGB Variations
Color information
#BA0F06 (or 0xBA0F06) is known color: Free Speech Red. HEX triplet: BA, 0F and 06. RGB value is (186,15,6). Sum of RGB (Red+Green+Blue) = 186+15+6=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0F06 is #45F0F9. Grayscale: #414141. Windows color (decimal): -4583674 or 397242. OLE color: 397242.
HSL color Cylindrical-coordinate representation of color #BA0F06: hue angle of 3º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0F06 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.27 |
| HSL | 3º | 0.94% | 0.38% | - |
| HSV(B) | 3º | 0.97% | 0.73% | - |
| XYZ | 20.45 | 10.79 | 1.18 | - |
| YUV | 65.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 6 | 0 | 0.92 | 0.97 | 0.27 | 3 | 0.94 | 0.38 |
| Hex | BA | F | 6 | 0 | 5C | 61 | 1B | 3 | 5E | 26 |
| Octal | 272 | 17 | 6 | 0 | 134 | 141 | 33 | 3 | 136 | 46 |
| Binary | 10111010 | 1111 | 110 | 0 | 1011100 | 1100001 | 11011 | 11 | 1011110 | 100110 |
Color Harmonies of #BA0F06
Complementary color
Monochromatic Colors of #BA0F06
Black with #BA0F06
Text Example
Text Example
White with #BA0F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F06; }
p { color: rgb(186,15,6); }
H1.HeaderClassName
{
color: #BA0F06;
}
.AnyTagClassName
{
color: #BA0F06;
}
</style>
background-color css
<style>
a { background-color: #BA0F06; }
a { background-color: rgb(186,15,6); }
div.DivClassName
{
background-color: #BA0F06;
}
.BgClassName
{
background-color: #BA0F06;
}
</style>
border-color css
<style>
span { border-color: #BA0F06; }
span { border-color: rgb(186,15,6); }
td.TdClassName
{
border-color: #BA0F06;
}
.TagClassName
{
border-color: #BA0F06;
}
</style>