Shades of Free Speech Red #BA1007
Tints of Free Speech Red #BA1007
RGB
CMYK
RGB Variations
Color information
#BA1007 (or 0xBA1007) is known color: Free Speech Red. HEX triplet: BA, 10 and 07. RGB value is (186,16,7). Sum of RGB (Red+Green+Blue) = 186+16+7=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1007 is #45EFF8. Grayscale: #424242. Windows color (decimal): -4583417 or 463034. OLE color: 463034.
HSL color Cylindrical-coordinate representation of color #BA1007: hue angle of 3.02º 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 #BA1007 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.27 |
| HSL | 3.02º | 0.93% | 0.38% | - |
| HSV(B) | 3.02º | 0.96% | 0.73% | - |
| XYZ | 20.47 | 10.83 | 1.21 | - |
| YUV | 65.8 | 94.82 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 7 | 0 | 0.91 | 0.96 | 0.27 | 3.02 | 0.93 | 0.38 |
| Hex | BA | 10 | 7 | 0 | 5B | 60 | 1B | 3 | 5D | 26 |
| Octal | 272 | 20 | 7 | 0 | 133 | 140 | 33 | 3 | 135 | 46 |
| Binary | 10111010 | 10000 | 111 | 0 | 1011011 | 1100000 | 11011 | 11 | 1011101 | 100110 |
Color Harmonies of #BA1007
Complementary color
Monochromatic Colors of #BA1007
Black with #BA1007
Text Example
Text Example
White with #BA1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1007; }
p { color: rgb(186,16,7); }
H1.HeaderClassName
{
color: #BA1007;
}
.AnyTagClassName
{
color: #BA1007;
}
</style>
background-color css
<style>
a { background-color: #BA1007; }
a { background-color: rgb(186,16,7); }
div.DivClassName
{
background-color: #BA1007;
}
.BgClassName
{
background-color: #BA1007;
}
</style>
border-color css
<style>
span { border-color: #BA1007; }
span { border-color: rgb(186,16,7); }
td.TdClassName
{
border-color: #BA1007;
}
.TagClassName
{
border-color: #BA1007;
}
</style>