Shades of Free Speech Red #BA1305
Tints of Free Speech Red #BA1305
RGB
CMYK
RGB Variations
Color information
#BA1305 (or 0xBA1305) is known color: Free Speech Red. HEX triplet: BA, 13 and 05. RGB value is (186,19,5). Sum of RGB (Red+Green+Blue) = 186+19+5=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1305 is #45ECFA. Grayscale: #434343. Windows color (decimal): -4582651 or 332730. OLE color: 332730.
HSL color Cylindrical-coordinate representation of color #BA1305: hue angle of 4.64º 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 #BA1305 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 5 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.27 |
| HSL | 4.64º | 0.95% | 0.37% | - |
| HSV(B) | 4.64º | 0.97% | 0.73% | - |
| XYZ | 20.51 | 10.92 | 1.17 | - |
| YUV | 67.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 5 | 0 | 0.90 | 0.97 | 0.27 | 4.64 | 0.95 | 0.37 |
| Hex | BA | 13 | 5 | 0 | 5A | 61 | 1B | 5 | 5F | 25 |
| Octal | 272 | 23 | 5 | 0 | 132 | 141 | 33 | 5 | 137 | 45 |
| Binary | 10111010 | 10011 | 101 | 0 | 1011010 | 1100001 | 11011 | 101 | 1011111 | 100101 |
Color Harmonies of #BA1305
Complementary color
Monochromatic Colors of #BA1305
Black with #BA1305
Text Example
Text Example
White with #BA1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1305; }
p { color: rgb(186,19,5); }
H1.HeaderClassName
{
color: #BA1305;
}
.AnyTagClassName
{
color: #BA1305;
}
</style>
background-color css
<style>
a { background-color: #BA1305; }
a { background-color: rgb(186,19,5); }
div.DivClassName
{
background-color: #BA1305;
}
.BgClassName
{
background-color: #BA1305;
}
</style>
border-color css
<style>
span { border-color: #BA1305; }
span { border-color: rgb(186,19,5); }
td.TdClassName
{
border-color: #BA1305;
}
.TagClassName
{
border-color: #BA1305;
}
</style>