Shades of Free Speech Red #BA0702
Tints of Free Speech Red #BA0702
RGB
CMYK
RGB Variations
Color information
#BA0702 (or 0xBA0702) is known color: Free Speech Red. HEX triplet: BA, 07 and 02. RGB value is (186,7,2). Sum of RGB (Red+Green+Blue) = 186+7+2=195 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.38% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0702 is #45F8FD. Grayscale: #3C3C3C. Windows color (decimal): -4585726 or 133050. OLE color: 133050.
HSL color Cylindrical-coordinate representation of color #BA0702: hue angle of 1.63º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0702 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.27 |
| HSL | 1.63º | 0.98% | 0.37% | - |
| HSV(B) | 1.63º | 0.99% | 0.73% | - |
| XYZ | 20.34 | 10.6 | 1.03 | - |
| YUV | 59.95 | 95.3 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 2 | 0 | 0.96 | 0.99 | 0.27 | 1.63 | 0.98 | 0.37 |
| Hex | BA | 7 | 2 | 0 | 60 | 63 | 1B | 2 | 62 | 25 |
| Octal | 272 | 7 | 2 | 0 | 140 | 143 | 33 | 2 | 142 | 45 |
| Binary | 10111010 | 111 | 10 | 0 | 1100000 | 1100011 | 11011 | 10 | 1100010 | 100101 |
Color Harmonies of #BA0702
Complementary color
Monochromatic Colors of #BA0702
Black with #BA0702
Text Example
Text Example
White with #BA0702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0702; }
p { color: rgb(186,7,2); }
H1.HeaderClassName
{
color: #BA0702;
}
.AnyTagClassName
{
color: #BA0702;
}
</style>
background-color css
<style>
a { background-color: #BA0702; }
a { background-color: rgb(186,7,2); }
div.DivClassName
{
background-color: #BA0702;
}
.BgClassName
{
background-color: #BA0702;
}
</style>
border-color css
<style>
span { border-color: #BA0702; }
span { border-color: rgb(186,7,2); }
td.TdClassName
{
border-color: #BA0702;
}
.TagClassName
{
border-color: #BA0702;
}
</style>