Shades of Free Speech Red #BA0B01
Tints of Free Speech Red #BA0B01
RGB
CMYK
RGB Variations
Color information
#BA0B01 (or 0xBA0B01) is known color: Free Speech Red. HEX triplet: BA, 0B and 01. RGB value is (186,11,1). Sum of RGB (Red+Green+Blue) = 186+11+1=198 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.94% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0B01 is #45F4FE. Grayscale: #3E3E3E. Windows color (decimal): -4584703 or 68538. OLE color: 68538.
HSL color Cylindrical-coordinate representation of color #BA0B01: hue angle of 3.24º 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 #BA0B01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.27 |
| HSL | 3.24º | 0.99% | 0.37% | - |
| HSV(B) | 3.24º | 0.99% | 0.73% | - |
| XYZ | 20.37 | 10.68 | 1.02 | - |
| YUV | 62.19 | 93.48 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 1 | 0 | 0.94 | 0.99 | 0.27 | 3.24 | 0.99 | 0.37 |
| Hex | BA | B | 1 | 0 | 5E | 63 | 1B | 3 | 63 | 25 |
| Octal | 272 | 13 | 1 | 0 | 136 | 143 | 33 | 3 | 143 | 45 |
| Binary | 10111010 | 1011 | 1 | 0 | 1011110 | 1100011 | 11011 | 11 | 1100011 | 100101 |
Color Harmonies of #BA0B01
Complementary color
Monochromatic Colors of #BA0B01
Black with #BA0B01
Text Example
Text Example
White with #BA0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B01; }
p { color: rgb(186,11,1); }
H1.HeaderClassName
{
color: #BA0B01;
}
.AnyTagClassName
{
color: #BA0B01;
}
</style>
background-color css
<style>
a { background-color: #BA0B01; }
a { background-color: rgb(186,11,1); }
div.DivClassName
{
background-color: #BA0B01;
}
.BgClassName
{
background-color: #BA0B01;
}
</style>
border-color css
<style>
span { border-color: #BA0B01; }
span { border-color: rgb(186,11,1); }
td.TdClassName
{
border-color: #BA0B01;
}
.TagClassName
{
border-color: #BA0B01;
}
</style>