Shades of Free Speech Red #BA110E
Tints of Free Speech Red #BA110E
RGB
CMYK
RGB Variations
Color information
#BA110E (or 0xBA110E) is known color: Free Speech Red. HEX triplet: BA, 11 and 0E. RGB value is (186,17,14). Sum of RGB (Red+Green+Blue) = 186+17+14=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA110E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA110E is #45EEF1. Grayscale: #434343. Windows color (decimal): -4583154 or 922042. OLE color: 922042.
HSL color Cylindrical-coordinate representation of color #BA110E: hue angle of 1.05º 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 #BA110E is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 14 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.27 |
| HSL | 1.05º | 0.86% | 0.39% | - |
| HSV(B) | 1.05º | 0.92% | 0.73% | - |
| XYZ | 20.53 | 10.87 | 1.43 | - |
| YUV | 67.19 | 97.99 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 14 | 0 | 0.91 | 0.92 | 0.27 | 1.05 | 0.86 | 0.39 |
| Hex | BA | 11 | E | 0 | 5B | 5C | 1B | 1 | 56 | 27 |
| Octal | 272 | 21 | 16 | 0 | 133 | 134 | 33 | 1 | 126 | 47 |
| Binary | 10111010 | 10001 | 1110 | 0 | 1011011 | 1011100 | 11011 | 1 | 1010110 | 100111 |
Color Harmonies of #BA110E
Complementary color
Monochromatic Colors of #BA110E
Black with #BA110E
Text Example
Text Example
White with #BA110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA110E; }
p { color: rgb(186,17,14); }
H1.HeaderClassName
{
color: #BA110E;
}
.AnyTagClassName
{
color: #BA110E;
}
</style>
background-color css
<style>
a { background-color: #BA110E; }
a { background-color: rgb(186,17,14); }
div.DivClassName
{
background-color: #BA110E;
}
.BgClassName
{
background-color: #BA110E;
}
</style>
border-color css
<style>
span { border-color: #BA110E; }
span { border-color: rgb(186,17,14); }
td.TdClassName
{
border-color: #BA110E;
}
.TagClassName
{
border-color: #BA110E;
}
</style>