Shades of Free Speech Red #BA1508
Tints of Free Speech Red #BA1508
RGB
CMYK
RGB Variations
Color information
#BA1508 (or 0xBA1508) is known color: Free Speech Red. HEX triplet: BA, 15 and 08. RGB value is (186,21,8). Sum of RGB (Red+Green+Blue) = 186+21+8=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1508 is #45EAF7. Grayscale: #454545. Windows color (decimal): -4582136 or 529850. OLE color: 529850.
HSL color Cylindrical-coordinate representation of color #BA1508: hue angle of 4.38º 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 #BA1508 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 8 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.27 |
| HSL | 4.38º | 0.92% | 0.38% | - |
| HSV(B) | 4.38º | 0.96% | 0.73% | - |
| XYZ | 20.56 | 10.99 | 1.27 | - |
| YUV | 68.85 | 93.66 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 8 | 0 | 0.89 | 0.96 | 0.27 | 4.38 | 0.92 | 0.38 |
| Hex | BA | 15 | 8 | 0 | 59 | 60 | 1B | 4 | 5C | 26 |
| Octal | 272 | 25 | 10 | 0 | 131 | 140 | 33 | 4 | 134 | 46 |
| Binary | 10111010 | 10101 | 1000 | 0 | 1011001 | 1100000 | 11011 | 100 | 1011100 | 100110 |
Color Harmonies of #BA1508
Complementary color
Monochromatic Colors of #BA1508
Black with #BA1508
Text Example
Text Example
White with #BA1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1508; }
p { color: rgb(186,21,8); }
H1.HeaderClassName
{
color: #BA1508;
}
.AnyTagClassName
{
color: #BA1508;
}
</style>
background-color css
<style>
a { background-color: #BA1508; }
a { background-color: rgb(186,21,8); }
div.DivClassName
{
background-color: #BA1508;
}
.BgClassName
{
background-color: #BA1508;
}
</style>
border-color css
<style>
span { border-color: #BA1508; }
span { border-color: rgb(186,21,8); }
td.TdClassName
{
border-color: #BA1508;
}
.TagClassName
{
border-color: #BA1508;
}
</style>