Shades of Free Speech Red #BA0605
Tints of Free Speech Red #BA0605
RGB
CMYK
RGB Variations
Color information
#BA0605 (or 0xBA0605) is known color: Free Speech Red. HEX triplet: BA, 06 and 05. RGB value is (186,6,5). Sum of RGB (Red+Green+Blue) = 186+6+5=197 (26% of max value = 765). Red value is 186 (73.05% from 255 or 94.42% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0605 is #45F9FA. Grayscale: #3B3B3B. Windows color (decimal): -4585979 or 329402. OLE color: 329402.
HSL color Cylindrical-coordinate representation of color #BA0605: hue angle of 0.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0605 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.27 |
| HSL | 0.33º | 0.95% | 0.37% | - |
| HSV(B) | 0.33º | 0.97% | 0.73% | - |
| XYZ | 20.34 | 10.58 | 1.11 | - |
| YUV | 59.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 5 | 0 | 0.97 | 0.97 | 0.27 | 0.33 | 0.95 | 0.37 |
| Hex | BA | 6 | 5 | 0 | 61 | 61 | 1B | 0 | 5F | 25 |
| Octal | 272 | 6 | 5 | 0 | 141 | 141 | 33 | 0 | 137 | 45 |
| Binary | 10111010 | 110 | 101 | 0 | 1100001 | 1100001 | 11011 | 0 | 1011111 | 100101 |
Color Harmonies of #BA0605
Complementary color
Monochromatic Colors of #BA0605
Black with #BA0605
Text Example
Text Example
White with #BA0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0605; }
p { color: rgb(186,6,5); }
H1.HeaderClassName
{
color: #BA0605;
}
.AnyTagClassName
{
color: #BA0605;
}
</style>
background-color css
<style>
a { background-color: #BA0605; }
a { background-color: rgb(186,6,5); }
div.DivClassName
{
background-color: #BA0605;
}
.BgClassName
{
background-color: #BA0605;
}
</style>
border-color css
<style>
span { border-color: #BA0605; }
span { border-color: rgb(186,6,5); }
td.TdClassName
{
border-color: #BA0605;
}
.TagClassName
{
border-color: #BA0605;
}
</style>