Shades of Free Speech Red #BA1001
Tints of Free Speech Red #BA1001
RGB
CMYK
RGB Variations
Color information
#BA1001 (or 0xBA1001) is known color: Free Speech Red. HEX triplet: BA, 10 and 01. RGB value is (186,16,1). Sum of RGB (Red+Green+Blue) = 186+16+1=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1001 is #45EFFE. Grayscale: #414141. Windows color (decimal): -4583423 or 69818. OLE color: 69818.
HSL color Cylindrical-coordinate representation of color #BA1001: hue angle of 4.86º 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 #BA1001 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.27 |
| HSL | 4.86º | 0.99% | 0.37% | - |
| HSV(B) | 4.86º | 0.99% | 0.73% | - |
| XYZ | 20.44 | 10.81 | 1.04 | - |
| YUV | 65.12 | 91.82 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 1 | 0 | 0.91 | 0.99 | 0.27 | 4.86 | 0.99 | 0.37 |
| Hex | BA | 10 | 1 | 0 | 5B | 63 | 1B | 5 | 63 | 25 |
| Octal | 272 | 20 | 1 | 0 | 133 | 143 | 33 | 5 | 143 | 45 |
| Binary | 10111010 | 10000 | 1 | 0 | 1011011 | 1100011 | 11011 | 101 | 1100011 | 100101 |
Color Harmonies of #BA1001
Complementary color
Monochromatic Colors of #BA1001
Black with #BA1001
Text Example
Text Example
White with #BA1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1001; }
p { color: rgb(186,16,1); }
H1.HeaderClassName
{
color: #BA1001;
}
.AnyTagClassName
{
color: #BA1001;
}
</style>
background-color css
<style>
a { background-color: #BA1001; }
a { background-color: rgb(186,16,1); }
div.DivClassName
{
background-color: #BA1001;
}
.BgClassName
{
background-color: #BA1001;
}
</style>
border-color css
<style>
span { border-color: #BA1001; }
span { border-color: rgb(186,16,1); }
td.TdClassName
{
border-color: #BA1001;
}
.TagClassName
{
border-color: #BA1001;
}
</style>