Shades of Free Speech Red #BA1C06
Tints of Free Speech Red #BA1C06
RGB
CMYK
RGB Variations
Color information
#BA1C06 (or 0xBA1C06) is known color: Free Speech Red. HEX triplet: BA, 1C and 06. RGB value is (186,28,6). Sum of RGB (Red+Green+Blue) = 186+28+6=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C06 is #45E3F9. Grayscale: #484848. Windows color (decimal): -4580346 or 400570. OLE color: 400570.
HSL color Cylindrical-coordinate representation of color #BA1C06: hue angle of 7.33º 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 #BA1C06 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.27 |
| HSL | 7.33º | 0.94% | 0.38% | - |
| HSV(B) | 7.33º | 0.97% | 0.73% | - |
| XYZ | 20.7 | 11.28 | 1.26 | - |
| YUV | 72.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 6 | 0 | 0.85 | 0.97 | 0.27 | 7.33 | 0.94 | 0.38 |
| Hex | BA | 1C | 6 | 0 | 55 | 61 | 1B | 7 | 5E | 26 |
| Octal | 272 | 34 | 6 | 0 | 125 | 141 | 33 | 7 | 136 | 46 |
| Binary | 10111010 | 11100 | 110 | 0 | 1010101 | 1100001 | 11011 | 111 | 1011110 | 100110 |
Color Harmonies of #BA1C06
Complementary color
Monochromatic Colors of #BA1C06
Black with #BA1C06
Text Example
Text Example
White with #BA1C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C06; }
p { color: rgb(186,28,6); }
H1.HeaderClassName
{
color: #BA1C06;
}
.AnyTagClassName
{
color: #BA1C06;
}
</style>
background-color css
<style>
a { background-color: #BA1C06; }
a { background-color: rgb(186,28,6); }
div.DivClassName
{
background-color: #BA1C06;
}
.BgClassName
{
background-color: #BA1C06;
}
</style>
border-color css
<style>
span { border-color: #BA1C06; }
span { border-color: rgb(186,28,6); }
td.TdClassName
{
border-color: #BA1C06;
}
.TagClassName
{
border-color: #BA1C06;
}
</style>