Shades of Free Speech Red #BA1300
Tints of Free Speech Red #BA1300
RGB
CMYK
RGB Variations
Color information
#BA1300 (or 0xBA1300) is known color: Free Speech Red. HEX triplet: BA, 13 and 00. RGB value is (186,19,0). Sum of RGB (Red+Green+Blue) = 186+19+0=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1300 is #45ECFF. Grayscale: #434343. Windows color (decimal): -4582656 or 5050. OLE color: 5050.
HSL color Cylindrical-coordinate representation of color #BA1300: hue angle of 6.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA1300 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.27 |
| HSL | 6.13º | 1% | 0.36% | - |
| HSV(B) | 6.13º | 1% | 0.73% | - |
| XYZ | 20.48 | 10.9 | 1.03 | - |
| YUV | 66.77 | 90.33 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 0 | 0 | 0.90 | 1 | 0.27 | 6.13 | 1 | 0.36 |
| Hex | BA | 13 | 0 | 0 | 5A | 64 | 1B | 6 | 64 | 24 |
| Octal | 272 | 23 | 0 | 0 | 132 | 144 | 33 | 6 | 144 | 44 |
| Binary | 10111010 | 10011 | 0 | 0 | 1011010 | 1100100 | 11011 | 110 | 1100100 | 100100 |
Color Harmonies of #BA1300
Complementary color
Monochromatic Colors of #BA1300
Black with #BA1300
Text Example
Text Example
White with #BA1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1300; }
p { color: rgb(186,19,0); }
H1.HeaderClassName
{
color: #BA1300;
}
.AnyTagClassName
{
color: #BA1300;
}
</style>
background-color css
<style>
a { background-color: #BA1300; }
a { background-color: rgb(186,19,0); }
div.DivClassName
{
background-color: #BA1300;
}
.BgClassName
{
background-color: #BA1300;
}
</style>
border-color css
<style>
span { border-color: #BA1300; }
span { border-color: rgb(186,19,0); }
td.TdClassName
{
border-color: #BA1300;
}
.TagClassName
{
border-color: #BA1300;
}
</style>