Shades of Free Speech Red #BA1406
Tints of Free Speech Red #BA1406
RGB
CMYK
RGB Variations
Color information
#BA1406 (or 0xBA1406) is known color: Free Speech Red. HEX triplet: BA, 14 and 06. RGB value is (186,20,6). Sum of RGB (Red+Green+Blue) = 186+20+6=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1406 is #45EBF9. Grayscale: #444444. Windows color (decimal): -4582394 or 398522. OLE color: 398522.
HSL color Cylindrical-coordinate representation of color #BA1406: hue angle of 4.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 #BA1406 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 6 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.27 |
| HSL | 4.67º | 0.94% | 0.38% | - |
| HSV(B) | 4.67º | 0.97% | 0.73% | - |
| XYZ | 20.53 | 10.95 | 1.2 | - |
| YUV | 68.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 6 | 0 | 0.89 | 0.97 | 0.27 | 4.67 | 0.94 | 0.38 |
| Hex | BA | 14 | 6 | 0 | 59 | 61 | 1B | 5 | 5E | 26 |
| Octal | 272 | 24 | 6 | 0 | 131 | 141 | 33 | 5 | 136 | 46 |
| Binary | 10111010 | 10100 | 110 | 0 | 1011001 | 1100001 | 11011 | 101 | 1011110 | 100110 |
Color Harmonies of #BA1406
Complementary color
Monochromatic Colors of #BA1406
Black with #BA1406
Text Example
Text Example
White with #BA1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1406; }
p { color: rgb(186,20,6); }
H1.HeaderClassName
{
color: #BA1406;
}
.AnyTagClassName
{
color: #BA1406;
}
</style>
background-color css
<style>
a { background-color: #BA1406; }
a { background-color: rgb(186,20,6); }
div.DivClassName
{
background-color: #BA1406;
}
.BgClassName
{
background-color: #BA1406;
}
</style>
border-color css
<style>
span { border-color: #BA1406; }
span { border-color: rgb(186,20,6); }
td.TdClassName
{
border-color: #BA1406;
}
.TagClassName
{
border-color: #BA1406;
}
</style>