Shades of Free Speech Red #BA0701
Tints of Free Speech Red #BA0701
RGB
CMYK
RGB Variations
Color information
#BA0701 (or 0xBA0701) is known color: Free Speech Red. HEX triplet: BA, 07 and 01. RGB value is (186,7,1). Sum of RGB (Red+Green+Blue) = 186+7+1=194 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.88% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0701 is #45F8FE. Grayscale: #3C3C3C. Windows color (decimal): -4585727 or 67514. OLE color: 67514.
HSL color Cylindrical-coordinate representation of color #BA0701: hue angle of 1.95º 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 #BA0701 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.27 |
| HSL | 1.95º | 0.99% | 0.37% | - |
| HSV(B) | 1.95º | 0.99% | 0.73% | - |
| XYZ | 20.33 | 10.59 | 1 | - |
| YUV | 59.84 | 94.8 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 1 | 0 | 0.96 | 0.99 | 0.27 | 1.95 | 0.99 | 0.37 |
| Hex | BA | 7 | 1 | 0 | 60 | 63 | 1B | 2 | 63 | 25 |
| Octal | 272 | 7 | 1 | 0 | 140 | 143 | 33 | 2 | 143 | 45 |
| Binary | 10111010 | 111 | 1 | 0 | 1100000 | 1100011 | 11011 | 10 | 1100011 | 100101 |
Color Harmonies of #BA0701
Complementary color
Monochromatic Colors of #BA0701
Black with #BA0701
Text Example
Text Example
White with #BA0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0701; }
p { color: rgb(186,7,1); }
H1.HeaderClassName
{
color: #BA0701;
}
.AnyTagClassName
{
color: #BA0701;
}
</style>
background-color css
<style>
a { background-color: #BA0701; }
a { background-color: rgb(186,7,1); }
div.DivClassName
{
background-color: #BA0701;
}
.BgClassName
{
background-color: #BA0701;
}
</style>
border-color css
<style>
span { border-color: #BA0701; }
span { border-color: rgb(186,7,1); }
td.TdClassName
{
border-color: #BA0701;
}
.TagClassName
{
border-color: #BA0701;
}
</style>