Shades of Free Speech Red #BA0301
Tints of Free Speech Red #BA0301
RGB
CMYK
RGB Variations
Color information
#BA0301 (or 0xBA0301) is known color: Free Speech Red. HEX triplet: BA, 03 and 01. RGB value is (186,3,1). Sum of RGB (Red+Green+Blue) = 186+3+1=190 (25% of max value = 765). Red value is 186 (73.05% from 255 or 97.89% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0301 is #45FCFE. Grayscale: #393939. Windows color (decimal): -4586751 or 66490. OLE color: 66490.
HSL color Cylindrical-coordinate representation of color #BA0301: hue angle of 0.65º 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 #BA0301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.27 |
| HSL | 0.65º | 0.99% | 0.37% | - |
| HSV(B) | 0.65º | 0.99% | 0.73% | - |
| XYZ | 20.29 | 10.51 | 0.99 | - |
| YUV | 57.49 | 96.13 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 1 | 0 | 0.98 | 0.99 | 0.27 | 0.65 | 0.99 | 0.37 |
| Hex | BA | 3 | 1 | 0 | 62 | 63 | 1B | 1 | 63 | 25 |
| Octal | 272 | 3 | 1 | 0 | 142 | 143 | 33 | 1 | 143 | 45 |
| Binary | 10111010 | 11 | 1 | 0 | 1100010 | 1100011 | 11011 | 1 | 1100011 | 100101 |
Color Harmonies of #BA0301
Complementary color
Monochromatic Colors of #BA0301
Black with #BA0301
Text Example
Text Example
White with #BA0301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0301; }
p { color: rgb(186,3,1); }
H1.HeaderClassName
{
color: #BA0301;
}
.AnyTagClassName
{
color: #BA0301;
}
</style>
background-color css
<style>
a { background-color: #BA0301; }
a { background-color: rgb(186,3,1); }
div.DivClassName
{
background-color: #BA0301;
}
.BgClassName
{
background-color: #BA0301;
}
</style>
border-color css
<style>
span { border-color: #BA0301; }
span { border-color: rgb(186,3,1); }
td.TdClassName
{
border-color: #BA0301;
}
.TagClassName
{
border-color: #BA0301;
}
</style>