Shades of Free Speech Red #BA1900
Tints of Free Speech Red #BA1900
RGB
CMYK
RGB Variations
Color information
#BA1900 (or 0xBA1900) is known color: Free Speech Red. HEX triplet: BA, 19 and 00. RGB value is (186,25,0). Sum of RGB (Red+Green+Blue) = 186+25+0=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1900 is #45E6FF. Grayscale: #464646. Windows color (decimal): -4581120 or 6586. OLE color: 6586.
HSL color Cylindrical-coordinate representation of color #BA1900: hue angle of 8.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA1900 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.27 |
| HSL | 8.06º | 1% | 0.36% | - |
| HSV(B) | 8.06º | 1% | 0.73% | - |
| XYZ | 20.6 | 11.13 | 1.06 | - |
| YUV | 70.29 | 88.34 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 0 | 0 | 0.87 | 1 | 0.27 | 8.06 | 1 | 0.36 |
| Hex | BA | 19 | 0 | 0 | 57 | 64 | 1B | 8 | 64 | 24 |
| Octal | 272 | 31 | 0 | 0 | 127 | 144 | 33 | 10 | 144 | 44 |
| Binary | 10111010 | 11001 | 0 | 0 | 1010111 | 1100100 | 11011 | 1000 | 1100100 | 100100 |
Color Harmonies of #BA1900
Complementary color
Monochromatic Colors of #BA1900
Black with #BA1900
Text Example
Text Example
White with #BA1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1900; }
p { color: rgb(186,25,0); }
H1.HeaderClassName
{
color: #BA1900;
}
.AnyTagClassName
{
color: #BA1900;
}
</style>
background-color css
<style>
a { background-color: #BA1900; }
a { background-color: rgb(186,25,0); }
div.DivClassName
{
background-color: #BA1900;
}
.BgClassName
{
background-color: #BA1900;
}
</style>
border-color css
<style>
span { border-color: #BA1900; }
span { border-color: rgb(186,25,0); }
td.TdClassName
{
border-color: #BA1900;
}
.TagClassName
{
border-color: #BA1900;
}
</style>