Shades of Free Speech Red #BA1501
Tints of Free Speech Red #BA1501
RGB
CMYK
RGB Variations
Color information
#BA1501 (or 0xBA1501) is known color: Free Speech Red. HEX triplet: BA, 15 and 01. RGB value is (186,21,1). Sum of RGB (Red+Green+Blue) = 186+21+1=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1501 is #45EAFE. Grayscale: #444444. Windows color (decimal): -4582143 or 71098. OLE color: 71098.
HSL color Cylindrical-coordinate representation of color #BA1501: hue angle of 6.49º 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 #BA1501 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.27 |
| HSL | 6.49º | 0.99% | 0.37% | - |
| HSV(B) | 6.49º | 0.99% | 0.73% | - |
| XYZ | 20.52 | 10.98 | 1.07 | - |
| YUV | 68.06 | 90.16 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 1 | 0 | 0.89 | 0.99 | 0.27 | 6.49 | 0.99 | 0.37 |
| Hex | BA | 15 | 1 | 0 | 59 | 63 | 1B | 6 | 63 | 25 |
| Octal | 272 | 25 | 1 | 0 | 131 | 143 | 33 | 6 | 143 | 45 |
| Binary | 10111010 | 10101 | 1 | 0 | 1011001 | 1100011 | 11011 | 110 | 1100011 | 100101 |
Color Harmonies of #BA1501
Complementary color
Monochromatic Colors of #BA1501
Black with #BA1501
Text Example
Text Example
White with #BA1501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1501; }
p { color: rgb(186,21,1); }
H1.HeaderClassName
{
color: #BA1501;
}
.AnyTagClassName
{
color: #BA1501;
}
</style>
background-color css
<style>
a { background-color: #BA1501; }
a { background-color: rgb(186,21,1); }
div.DivClassName
{
background-color: #BA1501;
}
.BgClassName
{
background-color: #BA1501;
}
</style>
border-color css
<style>
span { border-color: #BA1501; }
span { border-color: rgb(186,21,1); }
td.TdClassName
{
border-color: #BA1501;
}
.TagClassName
{
border-color: #BA1501;
}
</style>