Shades of Free Speech Red #BA1B07
Tints of Free Speech Red #BA1B07
RGB
CMYK
RGB Variations
Color information
#BA1B07 (or 0xBA1B07) is known color: Free Speech Red. HEX triplet: BA, 1B and 07. RGB value is (186,27,7). Sum of RGB (Red+Green+Blue) = 186+27+7=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1B07 is #45E4F8. Grayscale: #484848. Windows color (decimal): -4580601 or 465850. OLE color: 465850.
HSL color Cylindrical-coordinate representation of color #BA1B07: hue angle of 6.7º 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 #BA1B07 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 7 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.27 |
| HSL | 6.7º | 0.93% | 0.38% | - |
| HSV(B) | 6.7º | 0.96% | 0.73% | - |
| XYZ | 20.68 | 11.24 | 1.28 | - |
| YUV | 72.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 7 | 0 | 0.85 | 0.96 | 0.27 | 6.7 | 0.93 | 0.38 |
| Hex | BA | 1B | 7 | 0 | 55 | 60 | 1B | 7 | 5D | 26 |
| Octal | 272 | 33 | 7 | 0 | 125 | 140 | 33 | 7 | 135 | 46 |
| Binary | 10111010 | 11011 | 111 | 0 | 1010101 | 1100000 | 11011 | 111 | 1011101 | 100110 |
Color Harmonies of #BA1B07
Complementary color
Monochromatic Colors of #BA1B07
Black with #BA1B07
Text Example
Text Example
White with #BA1B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B07; }
p { color: rgb(186,27,7); }
H1.HeaderClassName
{
color: #BA1B07;
}
.AnyTagClassName
{
color: #BA1B07;
}
</style>
background-color css
<style>
a { background-color: #BA1B07; }
a { background-color: rgb(186,27,7); }
div.DivClassName
{
background-color: #BA1B07;
}
.BgClassName
{
background-color: #BA1B07;
}
</style>
border-color css
<style>
span { border-color: #BA1B07; }
span { border-color: rgb(186,27,7); }
td.TdClassName
{
border-color: #BA1B07;
}
.TagClassName
{
border-color: #BA1B07;
}
</style>