Shades of Free Speech Red #BA1908
Tints of Free Speech Red #BA1908
RGB
CMYK
RGB Variations
Color information
#BA1908 (or 0xBA1908) is known color: Free Speech Red. HEX triplet: BA, 19 and 08. RGB value is (186,25,8). Sum of RGB (Red+Green+Blue) = 186+25+8=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1908 is #45E6F7. Grayscale: #474747. Windows color (decimal): -4581112 or 530874. OLE color: 530874.
HSL color Cylindrical-coordinate representation of color #BA1908: hue angle of 5.73º 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 #BA1908 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.27 |
| HSL | 5.73º | 0.92% | 0.38% | - |
| HSV(B) | 5.73º | 0.96% | 0.73% | - |
| XYZ | 20.64 | 11.15 | 1.29 | - |
| YUV | 71.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 8 | 0 | 0.87 | 0.96 | 0.27 | 5.73 | 0.92 | 0.38 |
| Hex | BA | 19 | 8 | 0 | 57 | 60 | 1B | 6 | 5C | 26 |
| Octal | 272 | 31 | 10 | 0 | 127 | 140 | 33 | 6 | 134 | 46 |
| Binary | 10111010 | 11001 | 1000 | 0 | 1010111 | 1100000 | 11011 | 110 | 1011100 | 100110 |
Color Harmonies of #BA1908
Complementary color
Monochromatic Colors of #BA1908
Black with #BA1908
Text Example
Text Example
White with #BA1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1908; }
p { color: rgb(186,25,8); }
H1.HeaderClassName
{
color: #BA1908;
}
.AnyTagClassName
{
color: #BA1908;
}
</style>
background-color css
<style>
a { background-color: #BA1908; }
a { background-color: rgb(186,25,8); }
div.DivClassName
{
background-color: #BA1908;
}
.BgClassName
{
background-color: #BA1908;
}
</style>
border-color css
<style>
span { border-color: #BA1908; }
span { border-color: rgb(186,25,8); }
td.TdClassName
{
border-color: #BA1908;
}
.TagClassName
{
border-color: #BA1908;
}
</style>