Shades of Free Speech Red #BA1006
Tints of Free Speech Red #BA1006
RGB
CMYK
RGB Variations
Color information
#BA1006 (or 0xBA1006) is known color: Free Speech Red. HEX triplet: BA, 10 and 06. RGB value is (186,16,6). Sum of RGB (Red+Green+Blue) = 186+16+6=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1006 is #45EFF9. Grayscale: #414141. Windows color (decimal): -4583418 or 397498. OLE color: 397498.
HSL color Cylindrical-coordinate representation of color #BA1006: hue angle of 3.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 #BA1006 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.27 |
| HSL | 3.33º | 0.94% | 0.38% | - |
| HSV(B) | 3.33º | 0.97% | 0.73% | - |
| XYZ | 20.47 | 10.82 | 1.18 | - |
| YUV | 65.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 6 | 0 | 0.91 | 0.97 | 0.27 | 3.33 | 0.94 | 0.38 |
| Hex | BA | 10 | 6 | 0 | 5B | 61 | 1B | 3 | 5E | 26 |
| Octal | 272 | 20 | 6 | 0 | 133 | 141 | 33 | 3 | 136 | 46 |
| Binary | 10111010 | 10000 | 110 | 0 | 1011011 | 1100001 | 11011 | 11 | 1011110 | 100110 |
Color Harmonies of #BA1006
Complementary color
Monochromatic Colors of #BA1006
Black with #BA1006
Text Example
Text Example
White with #BA1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1006; }
p { color: rgb(186,16,6); }
H1.HeaderClassName
{
color: #BA1006;
}
.AnyTagClassName
{
color: #BA1006;
}
</style>
background-color css
<style>
a { background-color: #BA1006; }
a { background-color: rgb(186,16,6); }
div.DivClassName
{
background-color: #BA1006;
}
.BgClassName
{
background-color: #BA1006;
}
</style>
border-color css
<style>
span { border-color: #BA1006; }
span { border-color: rgb(186,16,6); }
td.TdClassName
{
border-color: #BA1006;
}
.TagClassName
{
border-color: #BA1006;
}
</style>