Shades of Free Speech Red #BA0600
Tints of Free Speech Red #BA0600
RGB
CMYK
RGB Variations
Color information
#BA0600 (or 0xBA0600) is known color: Free Speech Red. HEX triplet: BA, 06 and 00. RGB value is (186,6,0). Sum of RGB (Red+Green+Blue) = 186+6+0=192 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.88% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0600 is #45F9FF. Grayscale: #3B3B3B. Windows color (decimal): -4585984 or 1722. OLE color: 1722.
HSL color Cylindrical-coordinate representation of color #BA0600: hue angle of 1.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.27 |
| HSL | 1.94º | 1% | 0.36% | - |
| HSV(B) | 1.94º | 1% | 0.73% | - |
| XYZ | 20.31 | 10.57 | 0.97 | - |
| YUV | 59.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 0 | 0 | 0.97 | 1 | 0.27 | 1.94 | 1 | 0.36 |
| Hex | BA | 6 | 0 | 0 | 61 | 64 | 1B | 2 | 64 | 24 |
| Octal | 272 | 6 | 0 | 0 | 141 | 144 | 33 | 2 | 144 | 44 |
| Binary | 10111010 | 110 | 0 | 0 | 1100001 | 1100100 | 11011 | 10 | 1100100 | 100100 |
Color Harmonies of #BA0600
Complementary color
Monochromatic Colors of #BA0600
Black with #BA0600
Text Example
Text Example
White with #BA0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0600; }
p { color: rgb(186,6,0); }
H1.HeaderClassName
{
color: #BA0600;
}
.AnyTagClassName
{
color: #BA0600;
}
</style>
background-color css
<style>
a { background-color: #BA0600; }
a { background-color: rgb(186,6,0); }
div.DivClassName
{
background-color: #BA0600;
}
.BgClassName
{
background-color: #BA0600;
}
</style>
border-color css
<style>
span { border-color: #BA0600; }
span { border-color: rgb(186,6,0); }
td.TdClassName
{
border-color: #BA0600;
}
.TagClassName
{
border-color: #BA0600;
}
</style>