Shades of Free Speech Red #BA1707
Tints of Free Speech Red #BA1707
RGB
CMYK
RGB Variations
Color information
#BA1707 (or 0xBA1707) is known color: Free Speech Red. HEX triplet: BA, 17 and 07. RGB value is (186,23,7). Sum of RGB (Red+Green+Blue) = 186+23+7=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1707 is #45E8F8. Grayscale: #464646. Windows color (decimal): -4581625 or 464826. OLE color: 464826.
HSL color Cylindrical-coordinate representation of color #BA1707: hue angle of 5.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA1707 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 7 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.27 |
| HSL | 5.36º | 0.93% | 0.38% | - |
| HSV(B) | 5.36º | 0.96% | 0.73% | - |
| XYZ | 20.59 | 11.07 | 1.25 | - |
| YUV | 69.91 | 92.5 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 7 | 0 | 0.88 | 0.96 | 0.27 | 5.36 | 0.93 | 0.38 |
| Hex | BA | 17 | 7 | 0 | 58 | 60 | 1B | 5 | 5D | 26 |
| Octal | 272 | 27 | 7 | 0 | 130 | 140 | 33 | 5 | 135 | 46 |
| Binary | 10111010 | 10111 | 111 | 0 | 1011000 | 1100000 | 11011 | 101 | 1011101 | 100110 |
Color Harmonies of #BA1707
Complementary color
Monochromatic Colors of #BA1707
Black with #BA1707
Text Example
Text Example
White with #BA1707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1707; }
p { color: rgb(186,23,7); }
H1.HeaderClassName
{
color: #BA1707;
}
.AnyTagClassName
{
color: #BA1707;
}
</style>
background-color css
<style>
a { background-color: #BA1707; }
a { background-color: rgb(186,23,7); }
div.DivClassName
{
background-color: #BA1707;
}
.BgClassName
{
background-color: #BA1707;
}
</style>
border-color css
<style>
span { border-color: #BA1707; }
span { border-color: rgb(186,23,7); }
td.TdClassName
{
border-color: #BA1707;
}
.TagClassName
{
border-color: #BA1707;
}
</style>