Shades of Free Speech Red #BA1901
Tints of Free Speech Red #BA1901
RGB
CMYK
RGB Variations
Color information
#BA1901 (or 0xBA1901) is known color: Free Speech Red. HEX triplet: BA, 19 and 01. RGB value is (186,25,1). Sum of RGB (Red+Green+Blue) = 186+25+1=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1901 is #45E6FE. Grayscale: #464646. Windows color (decimal): -4581119 or 72122. OLE color: 72122.
HSL color Cylindrical-coordinate representation of color #BA1901: hue angle of 7.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA1901 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.27 |
| HSL | 7.78º | 0.99% | 0.37% | - |
| HSV(B) | 7.78º | 0.99% | 0.73% | - |
| XYZ | 20.6 | 11.14 | 1.09 | - |
| YUV | 70.4 | 88.84 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 1 | 0 | 0.87 | 0.99 | 0.27 | 7.78 | 0.99 | 0.37 |
| Hex | BA | 19 | 1 | 0 | 57 | 63 | 1B | 8 | 63 | 25 |
| Octal | 272 | 31 | 1 | 0 | 127 | 143 | 33 | 10 | 143 | 45 |
| Binary | 10111010 | 11001 | 1 | 0 | 1010111 | 1100011 | 11011 | 1000 | 1100011 | 100101 |
Color Harmonies of #BA1901
Complementary color
Monochromatic Colors of #BA1901
Black with #BA1901
Text Example
Text Example
White with #BA1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1901; }
p { color: rgb(186,25,1); }
H1.HeaderClassName
{
color: #BA1901;
}
.AnyTagClassName
{
color: #BA1901;
}
</style>
background-color css
<style>
a { background-color: #BA1901; }
a { background-color: rgb(186,25,1); }
div.DivClassName
{
background-color: #BA1901;
}
.BgClassName
{
background-color: #BA1901;
}
</style>
border-color css
<style>
span { border-color: #BA1901; }
span { border-color: rgb(186,25,1); }
td.TdClassName
{
border-color: #BA1901;
}
.TagClassName
{
border-color: #BA1901;
}
</style>