Shades of Free Speech Red #BA1B04
Tints of Free Speech Red #BA1B04
RGB
CMYK
RGB Variations
Color information
#BA1B04 (or 0xBA1B04) is known color: Free Speech Red. HEX triplet: BA, 1B and 04. RGB value is (186,27,4). Sum of RGB (Red+Green+Blue) = 186+27+4=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1B04 is #45E4FB. Grayscale: #484848. Windows color (decimal): -4580604 or 269242. OLE color: 269242.
HSL color Cylindrical-coordinate representation of color #BA1B04: hue angle of 7.58º 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 #BA1B04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.27 |
| HSL | 7.58º | 0.96% | 0.37% | - |
| HSV(B) | 7.58º | 0.98% | 0.73% | - |
| XYZ | 20.66 | 11.23 | 1.19 | - |
| YUV | 71.92 | 89.68 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 4 | 0 | 0.85 | 0.98 | 0.27 | 7.58 | 0.96 | 0.37 |
| Hex | BA | 1B | 4 | 0 | 55 | 62 | 1B | 8 | 60 | 25 |
| Octal | 272 | 33 | 4 | 0 | 125 | 142 | 33 | 10 | 140 | 45 |
| Binary | 10111010 | 11011 | 100 | 0 | 1010101 | 1100010 | 11011 | 1000 | 1100000 | 100101 |
Color Harmonies of #BA1B04
Complementary color
Monochromatic Colors of #BA1B04
Black with #BA1B04
Text Example
Text Example
White with #BA1B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B04; }
p { color: rgb(186,27,4); }
H1.HeaderClassName
{
color: #BA1B04;
}
.AnyTagClassName
{
color: #BA1B04;
}
</style>
background-color css
<style>
a { background-color: #BA1B04; }
a { background-color: rgb(186,27,4); }
div.DivClassName
{
background-color: #BA1B04;
}
.BgClassName
{
background-color: #BA1B04;
}
</style>
border-color css
<style>
span { border-color: #BA1B04; }
span { border-color: rgb(186,27,4); }
td.TdClassName
{
border-color: #BA1B04;
}
.TagClassName
{
border-color: #BA1B04;
}
</style>