Shades of Free Speech Red #BA0800
Tints of Free Speech Red #BA0800
RGB
CMYK
RGB Variations
Color information
#BA0800 (or 0xBA0800) is known color: Free Speech Red. HEX triplet: BA, 08 and 00. RGB value is (186,8,0). Sum of RGB (Red+Green+Blue) = 186+8+0=194 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.88% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0800 is #45F7FF. Grayscale: #3C3C3C. Windows color (decimal): -4585472 or 2234. OLE color: 2234.
HSL color Cylindrical-coordinate representation of color #BA0800: hue angle of 2.58º 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 #BA0800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.27 |
| HSL | 2.58º | 1% | 0.36% | - |
| HSV(B) | 2.58º | 1% | 0.73% | - |
| XYZ | 20.34 | 10.61 | 0.98 | - |
| YUV | 60.31 | 93.97 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 0 | 0 | 0.96 | 1 | 0.27 | 2.58 | 1 | 0.36 |
| Hex | BA | 8 | 0 | 0 | 60 | 64 | 1B | 3 | 64 | 24 |
| Octal | 272 | 10 | 0 | 0 | 140 | 144 | 33 | 3 | 144 | 44 |
| Binary | 10111010 | 1000 | 0 | 0 | 1100000 | 1100100 | 11011 | 11 | 1100100 | 100100 |
Color Harmonies of #BA0800
Complementary color
Monochromatic Colors of #BA0800
Black with #BA0800
Text Example
Text Example
White with #BA0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0800; }
p { color: rgb(186,8,0); }
H1.HeaderClassName
{
color: #BA0800;
}
.AnyTagClassName
{
color: #BA0800;
}
</style>
background-color css
<style>
a { background-color: #BA0800; }
a { background-color: rgb(186,8,0); }
div.DivClassName
{
background-color: #BA0800;
}
.BgClassName
{
background-color: #BA0800;
}
</style>
border-color css
<style>
span { border-color: #BA0800; }
span { border-color: rgb(186,8,0); }
td.TdClassName
{
border-color: #BA0800;
}
.TagClassName
{
border-color: #BA0800;
}
</style>