Shades of Free Speech Red #BA1405
Tints of Free Speech Red #BA1405
RGB
CMYK
RGB Variations
Color information
#BA1405 (or 0xBA1405) is known color: Free Speech Red. HEX triplet: BA, 14 and 05. RGB value is (186,20,5). Sum of RGB (Red+Green+Blue) = 186+20+5=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1405 is #45EBFA. Grayscale: #444444. Windows color (decimal): -4582395 or 332986. OLE color: 332986.
HSL color Cylindrical-coordinate representation of color #BA1405: hue angle of 4.97º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA1405 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.27 |
| HSL | 4.97º | 0.95% | 0.37% | - |
| HSV(B) | 4.97º | 0.97% | 0.73% | - |
| XYZ | 20.53 | 10.95 | 1.18 | - |
| YUV | 67.92 | 92.5 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 5 | 0 | 0.89 | 0.97 | 0.27 | 4.97 | 0.95 | 0.37 |
| Hex | BA | 14 | 5 | 0 | 59 | 61 | 1B | 5 | 5F | 25 |
| Octal | 272 | 24 | 5 | 0 | 131 | 141 | 33 | 5 | 137 | 45 |
| Binary | 10111010 | 10100 | 101 | 0 | 1011001 | 1100001 | 11011 | 101 | 1011111 | 100101 |
Color Harmonies of #BA1405
Complementary color
Monochromatic Colors of #BA1405
Black with #BA1405
Text Example
Text Example
White with #BA1405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1405; }
p { color: rgb(186,20,5); }
H1.HeaderClassName
{
color: #BA1405;
}
.AnyTagClassName
{
color: #BA1405;
}
</style>
background-color css
<style>
a { background-color: #BA1405; }
a { background-color: rgb(186,20,5); }
div.DivClassName
{
background-color: #BA1405;
}
.BgClassName
{
background-color: #BA1405;
}
</style>
border-color css
<style>
span { border-color: #BA1405; }
span { border-color: rgb(186,20,5); }
td.TdClassName
{
border-color: #BA1405;
}
.TagClassName
{
border-color: #BA1405;
}
</style>