Shades of Free Speech Red #BA0100
Tints of Free Speech Red #BA0100
RGB
CMYK
RGB Variations
Color information
#BA0100 (or 0xBA0100) is known color: Free Speech Red. HEX triplet: BA, 01 and 00. RGB value is (186,1,0). Sum of RGB (Red+Green+Blue) = 186+1+0=187 (24% of max value = 765). Red value is 186 (73.05% from 255 or 99.47% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0100 is #45FEFF. Grayscale: #383838. Windows color (decimal): -4587264 or 442. OLE color: 442.
HSL color Cylindrical-coordinate representation of color #BA0100: hue angle of 0.32º 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 #BA0100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.27 |
| HSL | 0.32º | 1% | 0.36% | - |
| HSV(B) | 0.32º | 1% | 0.73% | - |
| XYZ | 20.26 | 10.46 | 0.95 | - |
| YUV | 56.2 | 96.29 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 0 | 0 | 0.99 | 1 | 0.27 | 0.32 | 1 | 0.36 |
| Hex | BA | 1 | 0 | 0 | 63 | 64 | 1B | 0 | 64 | 24 |
| Octal | 272 | 1 | 0 | 0 | 143 | 144 | 33 | 0 | 144 | 44 |
| Binary | 10111010 | 1 | 0 | 0 | 1100011 | 1100100 | 11011 | 0 | 1100100 | 100100 |
Color Harmonies of #BA0100
Complementary color
Monochromatic Colors of #BA0100
Black with #BA0100
Text Example
Text Example
White with #BA0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0100; }
p { color: rgb(186,1,0); }
H1.HeaderClassName
{
color: #BA0100;
}
.AnyTagClassName
{
color: #BA0100;
}
</style>
background-color css
<style>
a { background-color: #BA0100; }
a { background-color: rgb(186,1,0); }
div.DivClassName
{
background-color: #BA0100;
}
.BgClassName
{
background-color: #BA0100;
}
</style>
border-color css
<style>
span { border-color: #BA0100; }
span { border-color: rgb(186,1,0); }
td.TdClassName
{
border-color: #BA0100;
}
.TagClassName
{
border-color: #BA0100;
}
</style>