Shades of Free Speech Red #BA0C04
Tints of Free Speech Red #BA0C04
RGB
CMYK
RGB Variations
Color information
#BA0C04 (or 0xBA0C04) is known color: Free Speech Red. HEX triplet: BA, 0C and 04. RGB value is (186,12,4). Sum of RGB (Red+Green+Blue) = 186+12+4=202 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.08% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0C04 is #45F3FB. Grayscale: #3F3F3F. Windows color (decimal): -4584444 or 265402. OLE color: 265402.
HSL color Cylindrical-coordinate representation of color #BA0C04: hue angle of 2.64º 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 #BA0C04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.27 |
| HSL | 2.64º | 0.96% | 0.37% | - |
| HSV(B) | 2.64º | 0.98% | 0.73% | - |
| XYZ | 20.4 | 10.71 | 1.11 | - |
| YUV | 63.11 | 94.65 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 4 | 0 | 0.94 | 0.98 | 0.27 | 2.64 | 0.96 | 0.37 |
| Hex | BA | C | 4 | 0 | 5E | 62 | 1B | 3 | 60 | 25 |
| Octal | 272 | 14 | 4 | 0 | 136 | 142 | 33 | 3 | 140 | 45 |
| Binary | 10111010 | 1100 | 100 | 0 | 1011110 | 1100010 | 11011 | 11 | 1100000 | 100101 |
Color Harmonies of #BA0C04
Complementary color
Monochromatic Colors of #BA0C04
Black with #BA0C04
Text Example
Text Example
White with #BA0C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C04; }
p { color: rgb(186,12,4); }
H1.HeaderClassName
{
color: #BA0C04;
}
.AnyTagClassName
{
color: #BA0C04;
}
</style>
background-color css
<style>
a { background-color: #BA0C04; }
a { background-color: rgb(186,12,4); }
div.DivClassName
{
background-color: #BA0C04;
}
.BgClassName
{
background-color: #BA0C04;
}
</style>
border-color css
<style>
span { border-color: #BA0C04; }
span { border-color: rgb(186,12,4); }
td.TdClassName
{
border-color: #BA0C04;
}
.TagClassName
{
border-color: #BA0C04;
}
</style>