Shades of Free Speech Red #BA1404
Tints of Free Speech Red #BA1404
RGB
CMYK
RGB Variations
Color information
#BA1404 (or 0xBA1404) is known color: Free Speech Red. HEX triplet: BA, 14 and 04. RGB value is (186,20,4). Sum of RGB (Red+Green+Blue) = 186+20+4=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1404 is #45EBFB. Grayscale: #444444. Windows color (decimal): -4582396 or 267450. OLE color: 267450.
HSL color Cylindrical-coordinate representation of color #BA1404: hue angle of 5.27º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA1404 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.27 |
| HSL | 5.27º | 0.96% | 0.37% | - |
| HSV(B) | 5.27º | 0.98% | 0.73% | - |
| XYZ | 20.52 | 10.95 | 1.15 | - |
| YUV | 67.81 | 92 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 4 | 0 | 0.89 | 0.98 | 0.27 | 5.27 | 0.96 | 0.37 |
| Hex | BA | 14 | 4 | 0 | 59 | 62 | 1B | 5 | 60 | 25 |
| Octal | 272 | 24 | 4 | 0 | 131 | 142 | 33 | 5 | 140 | 45 |
| Binary | 10111010 | 10100 | 100 | 0 | 1011001 | 1100010 | 11011 | 101 | 1100000 | 100101 |
Color Harmonies of #BA1404
Complementary color
Monochromatic Colors of #BA1404
Black with #BA1404
Text Example
Text Example
White with #BA1404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1404; }
p { color: rgb(186,20,4); }
H1.HeaderClassName
{
color: #BA1404;
}
.AnyTagClassName
{
color: #BA1404;
}
</style>
background-color css
<style>
a { background-color: #BA1404; }
a { background-color: rgb(186,20,4); }
div.DivClassName
{
background-color: #BA1404;
}
.BgClassName
{
background-color: #BA1404;
}
</style>
border-color css
<style>
span { border-color: #BA1404; }
span { border-color: rgb(186,20,4); }
td.TdClassName
{
border-color: #BA1404;
}
.TagClassName
{
border-color: #BA1404;
}
</style>