Shades of Free Speech Red #BA1407
Tints of Free Speech Red #BA1407
RGB
CMYK
RGB Variations
Color information
#BA1407 (or 0xBA1407) is known color: Free Speech Red. HEX triplet: BA, 14 and 07. RGB value is (186,20,7). Sum of RGB (Red+Green+Blue) = 186+20+7=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1407 is #45EBF8. Grayscale: #444444. Windows color (decimal): -4582393 or 464058. OLE color: 464058.
HSL color Cylindrical-coordinate representation of color #BA1407: hue angle of 4.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA1407 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 7 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.27 |
| HSL | 4.36º | 0.93% | 0.38% | - |
| HSV(B) | 4.36º | 0.96% | 0.73% | - |
| XYZ | 20.54 | 10.95 | 1.23 | - |
| YUV | 68.15 | 93.5 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 7 | 0 | 0.89 | 0.96 | 0.27 | 4.36 | 0.93 | 0.38 |
| Hex | BA | 14 | 7 | 0 | 59 | 60 | 1B | 4 | 5D | 26 |
| Octal | 272 | 24 | 7 | 0 | 131 | 140 | 33 | 4 | 135 | 46 |
| Binary | 10111010 | 10100 | 111 | 0 | 1011001 | 1100000 | 11011 | 100 | 1011101 | 100110 |
Color Harmonies of #BA1407
Complementary color
Monochromatic Colors of #BA1407
Black with #BA1407
Text Example
Text Example
White with #BA1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1407; }
p { color: rgb(186,20,7); }
H1.HeaderClassName
{
color: #BA1407;
}
.AnyTagClassName
{
color: #BA1407;
}
</style>
background-color css
<style>
a { background-color: #BA1407; }
a { background-color: rgb(186,20,7); }
div.DivClassName
{
background-color: #BA1407;
}
.BgClassName
{
background-color: #BA1407;
}
</style>
border-color css
<style>
span { border-color: #BA1407; }
span { border-color: rgb(186,20,7); }
td.TdClassName
{
border-color: #BA1407;
}
.TagClassName
{
border-color: #BA1407;
}
</style>