Shades of Free Speech Red #BA1909
Tints of Free Speech Red #BA1909
RGB
CMYK
RGB Variations
Color information
#BA1909 (or 0xBA1909) is known color: Free Speech Red. HEX triplet: BA, 19 and 09. RGB value is (186,25,9). Sum of RGB (Red+Green+Blue) = 186+25+9=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1909 is #45E6F6. Grayscale: #474747. Windows color (decimal): -4581111 or 596410. OLE color: 596410.
HSL color Cylindrical-coordinate representation of color #BA1909: hue angle of 5.42º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA1909 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 9 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.27 |
| HSL | 5.42º | 0.91% | 0.38% | - |
| HSV(B) | 5.42º | 0.95% | 0.73% | - |
| XYZ | 20.65 | 11.15 | 1.32 | - |
| YUV | 71.32 | 92.84 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 9 | 0 | 0.87 | 0.95 | 0.27 | 5.42 | 0.91 | 0.38 |
| Hex | BA | 19 | 9 | 0 | 57 | 5F | 1B | 5 | 5B | 26 |
| Octal | 272 | 31 | 11 | 0 | 127 | 137 | 33 | 5 | 133 | 46 |
| Binary | 10111010 | 11001 | 1001 | 0 | 1010111 | 1011111 | 11011 | 101 | 1011011 | 100110 |
Color Harmonies of #BA1909
Complementary color
Monochromatic Colors of #BA1909
Black with #BA1909
Text Example
Text Example
White with #BA1909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1909; }
p { color: rgb(186,25,9); }
H1.HeaderClassName
{
color: #BA1909;
}
.AnyTagClassName
{
color: #BA1909;
}
</style>
background-color css
<style>
a { background-color: #BA1909; }
a { background-color: rgb(186,25,9); }
div.DivClassName
{
background-color: #BA1909;
}
.BgClassName
{
background-color: #BA1909;
}
</style>
border-color css
<style>
span { border-color: #BA1909; }
span { border-color: rgb(186,25,9); }
td.TdClassName
{
border-color: #BA1909;
}
.TagClassName
{
border-color: #BA1909;
}
</style>