Shades of Free Speech Red #BA0F0D
Tints of Free Speech Red #BA0F0D
RGB
CMYK
RGB Variations
Color information
#BA0F0D (or 0xBA0F0D) is known color: Free Speech Red. HEX triplet: BA, 0F and 0D. RGB value is (186,15,13). Sum of RGB (Red+Green+Blue) = 186+15+13=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0F0D is #45F0F2. Grayscale: #424242. Windows color (decimal): -4583667 or 855994. OLE color: 855994.
HSL color Cylindrical-coordinate representation of color #BA0F0D: hue angle of 0.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0F0D is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 13 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.27 |
| HSL | 0.69º | 0.87% | 0.39% | - |
| HSV(B) | 0.69º | 0.93% | 0.73% | - |
| XYZ | 20.49 | 10.81 | 1.39 | - |
| YUV | 65.9 | 98.15 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 13 | 0 | 0.92 | 0.93 | 0.27 | 0.69 | 0.87 | 0.39 |
| Hex | BA | F | D | 0 | 5C | 5D | 1B | 1 | 57 | 27 |
| Octal | 272 | 17 | 15 | 0 | 134 | 135 | 33 | 1 | 127 | 47 |
| Binary | 10111010 | 1111 | 1101 | 0 | 1011100 | 1011101 | 11011 | 1 | 1010111 | 100111 |
Color Harmonies of #BA0F0D
Complementary color
Monochromatic Colors of #BA0F0D
Black with #BA0F0D
Text Example
Text Example
White with #BA0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F0D; }
p { color: rgb(186,15,13); }
H1.HeaderClassName
{
color: #BA0F0D;
}
.AnyTagClassName
{
color: #BA0F0D;
}
</style>
background-color css
<style>
a { background-color: #BA0F0D; }
a { background-color: rgb(186,15,13); }
div.DivClassName
{
background-color: #BA0F0D;
}
.BgClassName
{
background-color: #BA0F0D;
}
</style>
border-color css
<style>
span { border-color: #BA0F0D; }
span { border-color: rgb(186,15,13); }
td.TdClassName
{
border-color: #BA0F0D;
}
.TagClassName
{
border-color: #BA0F0D;
}
</style>