Shades of Free Speech Red #BA110B
Tints of Free Speech Red #BA110B
RGB
CMYK
RGB Variations
Color information
#BA110B (or 0xBA110B) is known color: Free Speech Red. HEX triplet: BA, 11 and 0B. RGB value is (186,17,11). Sum of RGB (Red+Green+Blue) = 186+17+11=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA110B is #45EEF4. Grayscale: #434343. Windows color (decimal): -4583157 or 725434. OLE color: 725434.
HSL color Cylindrical-coordinate representation of color #BA110B: hue angle of 2.06º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA110B is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 11 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.27 |
| HSL | 2.06º | 0.89% | 0.39% | - |
| HSV(B) | 2.06º | 0.94% | 0.73% | - |
| XYZ | 20.51 | 10.86 | 1.33 | - |
| YUV | 66.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 11 | 0 | 0.91 | 0.94 | 0.27 | 2.06 | 0.89 | 0.39 |
| Hex | BA | 11 | B | 0 | 5B | 5E | 1B | 2 | 59 | 27 |
| Octal | 272 | 21 | 13 | 0 | 133 | 136 | 33 | 2 | 131 | 47 |
| Binary | 10111010 | 10001 | 1011 | 0 | 1011011 | 1011110 | 11011 | 10 | 1011001 | 100111 |
Color Harmonies of #BA110B
Complementary color
Monochromatic Colors of #BA110B
Black with #BA110B
Text Example
Text Example
White with #BA110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA110B; }
p { color: rgb(186,17,11); }
H1.HeaderClassName
{
color: #BA110B;
}
.AnyTagClassName
{
color: #BA110B;
}
</style>
background-color css
<style>
a { background-color: #BA110B; }
a { background-color: rgb(186,17,11); }
div.DivClassName
{
background-color: #BA110B;
}
.BgClassName
{
background-color: #BA110B;
}
</style>
border-color css
<style>
span { border-color: #BA110B; }
span { border-color: rgb(186,17,11); }
td.TdClassName
{
border-color: #BA110B;
}
.TagClassName
{
border-color: #BA110B;
}
</style>