Shades of Free Speech Red #BA100E
Tints of Free Speech Red #BA100E
RGB
CMYK
RGB Variations
Color information
#BA100E (or 0xBA100E) is known color: Free Speech Red. HEX triplet: BA, 10 and 0E. RGB value is (186,16,14). Sum of RGB (Red+Green+Blue) = 186+16+14=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA100E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA100E is #45EFF1. Grayscale: #424242. Windows color (decimal): -4583410 or 921786. OLE color: 921786.
HSL color Cylindrical-coordinate representation of color #BA100E: hue angle of 0.7º 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 #BA100E is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 14 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.27 |
| HSL | 0.7º | 0.86% | 0.39% | - |
| HSV(B) | 0.7º | 0.92% | 0.73% | - |
| XYZ | 20.51 | 10.84 | 1.43 | - |
| YUV | 66.6 | 98.32 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 14 | 0 | 0.91 | 0.92 | 0.27 | 0.7 | 0.86 | 0.39 |
| Hex | BA | 10 | E | 0 | 5B | 5C | 1B | 1 | 56 | 27 |
| Octal | 272 | 20 | 16 | 0 | 133 | 134 | 33 | 1 | 126 | 47 |
| Binary | 10111010 | 10000 | 1110 | 0 | 1011011 | 1011100 | 11011 | 1 | 1010110 | 100111 |
Color Harmonies of #BA100E
Complementary color
Monochromatic Colors of #BA100E
Black with #BA100E
Text Example
Text Example
White with #BA100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA100E; }
p { color: rgb(186,16,14); }
H1.HeaderClassName
{
color: #BA100E;
}
.AnyTagClassName
{
color: #BA100E;
}
</style>
background-color css
<style>
a { background-color: #BA100E; }
a { background-color: rgb(186,16,14); }
div.DivClassName
{
background-color: #BA100E;
}
.BgClassName
{
background-color: #BA100E;
}
</style>
border-color css
<style>
span { border-color: #BA100E; }
span { border-color: rgb(186,16,14); }
td.TdClassName
{
border-color: #BA100E;
}
.TagClassName
{
border-color: #BA100E;
}
</style>