Shades of Free Speech Red #BA0F0E
Tints of Free Speech Red #BA0F0E
RGB
CMYK
RGB Variations
Color information
#BA0F0E (or 0xBA0F0E) is known color: Free Speech Red. HEX triplet: BA, 0F and 0E. RGB value is (186,15,14). Sum of RGB (Red+Green+Blue) = 186+15+14=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0F0E is #45F0F1. Grayscale: #424242. Windows color (decimal): -4583666 or 921530. OLE color: 921530.
HSL color Cylindrical-coordinate representation of color #BA0F0E: hue angle of 0.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F0E is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 14 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.27 |
| HSL | 0.35º | 0.86% | 0.39% | - |
| HSV(B) | 0.35º | 0.92% | 0.73% | - |
| XYZ | 20.5 | 10.81 | 1.42 | - |
| YUV | 66.02 | 98.65 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 14 | 0 | 0.92 | 0.92 | 0.27 | 0.35 | 0.86 | 0.39 |
| Hex | BA | F | E | 0 | 5C | 5C | 1B | 0 | 56 | 27 |
| Octal | 272 | 17 | 16 | 0 | 134 | 134 | 33 | 0 | 126 | 47 |
| Binary | 10111010 | 1111 | 1110 | 0 | 1011100 | 1011100 | 11011 | 0 | 1010110 | 100111 |
Color Harmonies of #BA0F0E
Complementary color
Monochromatic Colors of #BA0F0E
Black with #BA0F0E
Text Example
Text Example
White with #BA0F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F0E; }
p { color: rgb(186,15,14); }
H1.HeaderClassName
{
color: #BA0F0E;
}
.AnyTagClassName
{
color: #BA0F0E;
}
</style>
background-color css
<style>
a { background-color: #BA0F0E; }
a { background-color: rgb(186,15,14); }
div.DivClassName
{
background-color: #BA0F0E;
}
.BgClassName
{
background-color: #BA0F0E;
}
</style>
border-color css
<style>
span { border-color: #BA0F0E; }
span { border-color: rgb(186,15,14); }
td.TdClassName
{
border-color: #BA0F0E;
}
.TagClassName
{
border-color: #BA0F0E;
}
</style>