Shades of Free Speech Red #BA0F05
Tints of Free Speech Red #BA0F05
RGB
CMYK
RGB Variations
Color information
#BA0F05 (or 0xBA0F05) is known color: Free Speech Red. HEX triplet: BA, 0F and 05. RGB value is (186,15,5). Sum of RGB (Red+Green+Blue) = 186+15+5=206 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.29% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0F05 is #45F0FA. Grayscale: #414141. Windows color (decimal): -4583675 or 331706. OLE color: 331706.
HSL color Cylindrical-coordinate representation of color #BA0F05: hue angle of 3.31º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0F05 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 5 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.27 |
| HSL | 3.31º | 0.95% | 0.37% | - |
| HSV(B) | 3.31º | 0.97% | 0.73% | - |
| XYZ | 20.45 | 10.79 | 1.15 | - |
| YUV | 64.99 | 94.15 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 5 | 0 | 0.92 | 0.97 | 0.27 | 3.31 | 0.95 | 0.37 |
| Hex | BA | F | 5 | 0 | 5C | 61 | 1B | 3 | 5F | 25 |
| Octal | 272 | 17 | 5 | 0 | 134 | 141 | 33 | 3 | 137 | 45 |
| Binary | 10111010 | 1111 | 101 | 0 | 1011100 | 1100001 | 11011 | 11 | 1011111 | 100101 |
Color Harmonies of #BA0F05
Complementary color
Monochromatic Colors of #BA0F05
Black with #BA0F05
Text Example
Text Example
White with #BA0F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F05; }
p { color: rgb(186,15,5); }
H1.HeaderClassName
{
color: #BA0F05;
}
.AnyTagClassName
{
color: #BA0F05;
}
</style>
background-color css
<style>
a { background-color: #BA0F05; }
a { background-color: rgb(186,15,5); }
div.DivClassName
{
background-color: #BA0F05;
}
.BgClassName
{
background-color: #BA0F05;
}
</style>
border-color css
<style>
span { border-color: #BA0F05; }
span { border-color: rgb(186,15,5); }
td.TdClassName
{
border-color: #BA0F05;
}
.TagClassName
{
border-color: #BA0F05;
}
</style>