Shades of Free Speech Red #BA0904
Tints of Free Speech Red #BA0904
RGB
CMYK
RGB Variations
Color information
#BA0904 (or 0xBA0904) is known color: Free Speech Red. HEX triplet: BA, 09 and 04. RGB value is (186,9,4). Sum of RGB (Red+Green+Blue) = 186+9+4=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0904 is #45F6FB. Grayscale: #3D3D3D. Windows color (decimal): -4585212 or 264634. OLE color: 264634.
HSL color Cylindrical-coordinate representation of color #BA0904: hue angle of 1.65º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0904 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.27 |
| HSL | 1.65º | 0.96% | 0.37% | - |
| HSV(B) | 1.65º | 0.98% | 0.73% | - |
| XYZ | 20.37 | 10.64 | 1.1 | - |
| YUV | 61.35 | 95.64 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 4 | 0 | 0.95 | 0.98 | 0.27 | 1.65 | 0.96 | 0.37 |
| Hex | BA | 9 | 4 | 0 | 5F | 62 | 1B | 2 | 60 | 25 |
| Octal | 272 | 11 | 4 | 0 | 137 | 142 | 33 | 2 | 140 | 45 |
| Binary | 10111010 | 1001 | 100 | 0 | 1011111 | 1100010 | 11011 | 10 | 1100000 | 100101 |
Color Harmonies of #BA0904
Complementary color
Monochromatic Colors of #BA0904
Black with #BA0904
Text Example
Text Example
White with #BA0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0904; }
p { color: rgb(186,9,4); }
H1.HeaderClassName
{
color: #BA0904;
}
.AnyTagClassName
{
color: #BA0904;
}
</style>
background-color css
<style>
a { background-color: #BA0904; }
a { background-color: rgb(186,9,4); }
div.DivClassName
{
background-color: #BA0904;
}
.BgClassName
{
background-color: #BA0904;
}
</style>
border-color css
<style>
span { border-color: #BA0904; }
span { border-color: rgb(186,9,4); }
td.TdClassName
{
border-color: #BA0904;
}
.TagClassName
{
border-color: #BA0904;
}
</style>