Shades of Free Speech Red #BA1706
Tints of Free Speech Red #BA1706
RGB
CMYK
RGB Variations
Color information
#BA1706 (or 0xBA1706) is known color: Free Speech Red. HEX triplet: BA, 17 and 06. RGB value is (186,23,6). Sum of RGB (Red+Green+Blue) = 186+23+6=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1706 is #45E8F9. Grayscale: #464646. Windows color (decimal): -4581626 or 399290. OLE color: 399290.
HSL color Cylindrical-coordinate representation of color #BA1706: hue angle of 5.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA1706 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 6 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.27 |
| HSL | 5.67º | 0.94% | 0.38% | - |
| HSV(B) | 5.67º | 0.97% | 0.73% | - |
| XYZ | 20.59 | 11.07 | 1.22 | - |
| YUV | 69.8 | 92 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 6 | 0 | 0.88 | 0.97 | 0.27 | 5.67 | 0.94 | 0.38 |
| Hex | BA | 17 | 6 | 0 | 58 | 61 | 1B | 6 | 5E | 26 |
| Octal | 272 | 27 | 6 | 0 | 130 | 141 | 33 | 6 | 136 | 46 |
| Binary | 10111010 | 10111 | 110 | 0 | 1011000 | 1100001 | 11011 | 110 | 1011110 | 100110 |
Color Harmonies of #BA1706
Complementary color
Monochromatic Colors of #BA1706
Black with #BA1706
Text Example
Text Example
White with #BA1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1706; }
p { color: rgb(186,23,6); }
H1.HeaderClassName
{
color: #BA1706;
}
.AnyTagClassName
{
color: #BA1706;
}
</style>
background-color css
<style>
a { background-color: #BA1706; }
a { background-color: rgb(186,23,6); }
div.DivClassName
{
background-color: #BA1706;
}
.BgClassName
{
background-color: #BA1706;
}
</style>
border-color css
<style>
span { border-color: #BA1706; }
span { border-color: rgb(186,23,6); }
td.TdClassName
{
border-color: #BA1706;
}
.TagClassName
{
border-color: #BA1706;
}
</style>