Shades of Free Speech Red #BA100C
Tints of Free Speech Red #BA100C
RGB
CMYK
RGB Variations
Color information
#BA100C (or 0xBA100C) is known color: Free Speech Red. HEX triplet: BA, 10 and 0C. RGB value is (186,16,12). Sum of RGB (Red+Green+Blue) = 186+16+12=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA100C is #45EFF3. Grayscale: #424242. Windows color (decimal): -4583412 or 790714. OLE color: 790714.
HSL color Cylindrical-coordinate representation of color #BA100C: hue angle of 1.38º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA100C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.27 |
| HSL | 1.38º | 0.88% | 0.39% | - |
| HSV(B) | 1.38º | 0.94% | 0.73% | - |
| XYZ | 20.5 | 10.84 | 1.36 | - |
| YUV | 66.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 12 | 0 | 0.91 | 0.94 | 0.27 | 1.38 | 0.88 | 0.39 |
| Hex | BA | 10 | C | 0 | 5B | 5E | 1B | 1 | 58 | 27 |
| Octal | 272 | 20 | 14 | 0 | 133 | 136 | 33 | 1 | 130 | 47 |
| Binary | 10111010 | 10000 | 1100 | 0 | 1011011 | 1011110 | 11011 | 1 | 1011000 | 100111 |
Color Harmonies of #BA100C
Complementary color
Monochromatic Colors of #BA100C
Black with #BA100C
Text Example
Text Example
White with #BA100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA100C; }
p { color: rgb(186,16,12); }
H1.HeaderClassName
{
color: #BA100C;
}
.AnyTagClassName
{
color: #BA100C;
}
</style>
background-color css
<style>
a { background-color: #BA100C; }
a { background-color: rgb(186,16,12); }
div.DivClassName
{
background-color: #BA100C;
}
.BgClassName
{
background-color: #BA100C;
}
</style>
border-color css
<style>
span { border-color: #BA100C; }
span { border-color: rgb(186,16,12); }
td.TdClassName
{
border-color: #BA100C;
}
.TagClassName
{
border-color: #BA100C;
}
</style>