Shades of Free Speech Red #BA0806
Tints of Free Speech Red #BA0806
RGB
CMYK
RGB Variations
Color information
#BA0806 (or 0xBA0806) is known color: Free Speech Red. HEX triplet: BA, 08 and 06. RGB value is (186,8,6). Sum of RGB (Red+Green+Blue) = 186+8+6=200 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0806 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0806 is #45F7F9. Grayscale: #3D3D3D. Windows color (decimal): -4585466 or 395450. OLE color: 395450.
HSL color Cylindrical-coordinate representation of color #BA0806: hue angle of 0.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0806 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 6 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.27 |
| HSL | 0.67º | 0.94% | 0.38% | - |
| HSV(B) | 0.67º | 0.97% | 0.73% | - |
| XYZ | 20.37 | 10.63 | 1.15 | - |
| YUV | 60.99 | 96.97 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 6 | 0 | 0.96 | 0.97 | 0.27 | 0.67 | 0.94 | 0.38 |
| Hex | BA | 8 | 6 | 0 | 60 | 61 | 1B | 1 | 5E | 26 |
| Octal | 272 | 10 | 6 | 0 | 140 | 141 | 33 | 1 | 136 | 46 |
| Binary | 10111010 | 1000 | 110 | 0 | 1100000 | 1100001 | 11011 | 1 | 1011110 | 100110 |
Color Harmonies of #BA0806
Complementary color
Monochromatic Colors of #BA0806
Black with #BA0806
Text Example
Text Example
White with #BA0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0806; }
p { color: rgb(186,8,6); }
H1.HeaderClassName
{
color: #BA0806;
}
.AnyTagClassName
{
color: #BA0806;
}
</style>
background-color css
<style>
a { background-color: #BA0806; }
a { background-color: rgb(186,8,6); }
div.DivClassName
{
background-color: #BA0806;
}
.BgClassName
{
background-color: #BA0806;
}
</style>
border-color css
<style>
span { border-color: #BA0806; }
span { border-color: rgb(186,8,6); }
td.TdClassName
{
border-color: #BA0806;
}
.TagClassName
{
border-color: #BA0806;
}
</style>