Shades of Free Speech Red #BA0900
Tints of Free Speech Red #BA0900
RGB
CMYK
RGB Variations
Color information
#BA0900 (or 0xBA0900) is known color: Free Speech Red. HEX triplet: BA, 09 and 00. RGB value is (186,9,0). Sum of RGB (Red+Green+Blue) = 186+9+0=195 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.38% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0900 is #45F6FF. Grayscale: #3D3D3D. Windows color (decimal): -4585216 or 2490. OLE color: 2490.
HSL color Cylindrical-coordinate representation of color #BA0900: hue angle of 2.9º 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 #BA0900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.27 |
| HSL | 2.9º | 1% | 0.36% | - |
| HSV(B) | 2.9º | 1% | 0.73% | - |
| XYZ | 20.35 | 10.63 | 0.98 | - |
| YUV | 60.9 | 93.64 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 0 | 0 | 0.95 | 1 | 0.27 | 2.9 | 1 | 0.36 |
| Hex | BA | 9 | 0 | 0 | 5F | 64 | 1B | 3 | 64 | 24 |
| Octal | 272 | 11 | 0 | 0 | 137 | 144 | 33 | 3 | 144 | 44 |
| Binary | 10111010 | 1001 | 0 | 0 | 1011111 | 1100100 | 11011 | 11 | 1100100 | 100100 |
Color Harmonies of #BA0900
Complementary color
Monochromatic Colors of #BA0900
Black with #BA0900
Text Example
Text Example
White with #BA0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0900; }
p { color: rgb(186,9,0); }
H1.HeaderClassName
{
color: #BA0900;
}
.AnyTagClassName
{
color: #BA0900;
}
</style>
background-color css
<style>
a { background-color: #BA0900; }
a { background-color: rgb(186,9,0); }
div.DivClassName
{
background-color: #BA0900;
}
.BgClassName
{
background-color: #BA0900;
}
</style>
border-color css
<style>
span { border-color: #BA0900; }
span { border-color: rgb(186,9,0); }
td.TdClassName
{
border-color: #BA0900;
}
.TagClassName
{
border-color: #BA0900;
}
</style>