Shades of Free Speech Red #BA0801
Tints of Free Speech Red #BA0801
RGB
CMYK
RGB Variations
Color information
#BA0801 (or 0xBA0801) is known color: Free Speech Red. HEX triplet: BA, 08 and 01. RGB value is (186,8,1). Sum of RGB (Red+Green+Blue) = 186+8+1=195 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.38% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0801 is #45F7FE. Grayscale: #3C3C3C. Windows color (decimal): -4585471 or 67770. OLE color: 67770.
HSL color Cylindrical-coordinate representation of color #BA0801: hue angle of 2.27º 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 #BA0801 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.27 |
| HSL | 2.27º | 0.99% | 0.37% | - |
| HSV(B) | 2.27º | 0.99% | 0.73% | - |
| XYZ | 20.34 | 10.61 | 1.01 | - |
| YUV | 60.42 | 94.47 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 1 | 0 | 0.96 | 0.99 | 0.27 | 2.27 | 0.99 | 0.37 |
| Hex | BA | 8 | 1 | 0 | 60 | 63 | 1B | 2 | 63 | 25 |
| Octal | 272 | 10 | 1 | 0 | 140 | 143 | 33 | 2 | 143 | 45 |
| Binary | 10111010 | 1000 | 1 | 0 | 1100000 | 1100011 | 11011 | 10 | 1100011 | 100101 |
Color Harmonies of #BA0801
Complementary color
Monochromatic Colors of #BA0801
Black with #BA0801
Text Example
Text Example
White with #BA0801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0801; }
p { color: rgb(186,8,1); }
H1.HeaderClassName
{
color: #BA0801;
}
.AnyTagClassName
{
color: #BA0801;
}
</style>
background-color css
<style>
a { background-color: #BA0801; }
a { background-color: rgb(186,8,1); }
div.DivClassName
{
background-color: #BA0801;
}
.BgClassName
{
background-color: #BA0801;
}
</style>
border-color css
<style>
span { border-color: #BA0801; }
span { border-color: rgb(186,8,1); }
td.TdClassName
{
border-color: #BA0801;
}
.TagClassName
{
border-color: #BA0801;
}
</style>