Shades of Free Speech Red #BA1808
Tints of Free Speech Red #BA1808
RGB
CMYK
RGB Variations
Color information
#BA1808 (or 0xBA1808) is known color: Free Speech Red. HEX triplet: BA, 18 and 08. RGB value is (186,24,8). Sum of RGB (Red+Green+Blue) = 186+24+8=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1808 is #45E7F7. Grayscale: #464646. Windows color (decimal): -4581368 or 530618. OLE color: 530618.
HSL color Cylindrical-coordinate representation of color #BA1808: hue angle of 5.39º 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 #BA1808 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.27 |
| HSL | 5.39º | 0.92% | 0.38% | - |
| HSV(B) | 5.39º | 0.96% | 0.73% | - |
| XYZ | 20.62 | 11.11 | 1.29 | - |
| YUV | 70.61 | 92.67 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 8 | 0 | 0.87 | 0.96 | 0.27 | 5.39 | 0.92 | 0.38 |
| Hex | BA | 18 | 8 | 0 | 57 | 60 | 1B | 5 | 5C | 26 |
| Octal | 272 | 30 | 10 | 0 | 127 | 140 | 33 | 5 | 134 | 46 |
| Binary | 10111010 | 11000 | 1000 | 0 | 1010111 | 1100000 | 11011 | 101 | 1011100 | 100110 |
Color Harmonies of #BA1808
Complementary color
Monochromatic Colors of #BA1808
Black with #BA1808
Text Example
Text Example
White with #BA1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1808; }
p { color: rgb(186,24,8); }
H1.HeaderClassName
{
color: #BA1808;
}
.AnyTagClassName
{
color: #BA1808;
}
</style>
background-color css
<style>
a { background-color: #BA1808; }
a { background-color: rgb(186,24,8); }
div.DivClassName
{
background-color: #BA1808;
}
.BgClassName
{
background-color: #BA1808;
}
</style>
border-color css
<style>
span { border-color: #BA1808; }
span { border-color: rgb(186,24,8); }
td.TdClassName
{
border-color: #BA1808;
}
.TagClassName
{
border-color: #BA1808;
}
</style>