Shades of Free Speech Red #BA0908
Tints of Free Speech Red #BA0908
RGB
CMYK
RGB Variations
Color information
#BA0908 (or 0xBA0908) is known color: Free Speech Red. HEX triplet: BA, 09 and 08. RGB value is (186,9,8). Sum of RGB (Red+Green+Blue) = 186+9+8=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0908 is #45F6F7. Grayscale: #3D3D3D. Windows color (decimal): -4585208 or 526778. OLE color: 526778.
HSL color Cylindrical-coordinate representation of color #BA0908: hue angle of 0.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0908 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.27 |
| HSL | 0.34º | 0.92% | 0.38% | - |
| HSV(B) | 0.34º | 0.96% | 0.73% | - |
| XYZ | 20.39 | 10.65 | 1.21 | - |
| YUV | 61.81 | 97.64 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 8 | 0 | 0.95 | 0.96 | 0.27 | 0.34 | 0.92 | 0.38 |
| Hex | BA | 9 | 8 | 0 | 5F | 60 | 1B | 0 | 5C | 26 |
| Octal | 272 | 11 | 10 | 0 | 137 | 140 | 33 | 0 | 134 | 46 |
| Binary | 10111010 | 1001 | 1000 | 0 | 1011111 | 1100000 | 11011 | 0 | 1011100 | 100110 |
Color Harmonies of #BA0908
Complementary color
Monochromatic Colors of #BA0908
Black with #BA0908
Text Example
Text Example
White with #BA0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0908; }
p { color: rgb(186,9,8); }
H1.HeaderClassName
{
color: #BA0908;
}
.AnyTagClassName
{
color: #BA0908;
}
</style>
background-color css
<style>
a { background-color: #BA0908; }
a { background-color: rgb(186,9,8); }
div.DivClassName
{
background-color: #BA0908;
}
.BgClassName
{
background-color: #BA0908;
}
</style>
border-color css
<style>
span { border-color: #BA0908; }
span { border-color: rgb(186,9,8); }
td.TdClassName
{
border-color: #BA0908;
}
.TagClassName
{
border-color: #BA0908;
}
</style>