Shades of Free Speech Red #BA1509
Tints of Free Speech Red #BA1509
RGB
CMYK
RGB Variations
Color information
#BA1509 (or 0xBA1509) is known color: Free Speech Red. HEX triplet: BA, 15 and 09. RGB value is (186,21,9). Sum of RGB (Red+Green+Blue) = 186+21+9=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1509 is #45EAF6. Grayscale: #454545. Windows color (decimal): -4582135 or 595386. OLE color: 595386.
HSL color Cylindrical-coordinate representation of color #BA1509: hue angle of 4.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA1509 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 9 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.27 |
| HSL | 4.07º | 0.91% | 0.38% | - |
| HSV(B) | 4.07º | 0.95% | 0.73% | - |
| XYZ | 20.57 | 11 | 1.3 | - |
| YUV | 68.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 9 | 0 | 0.89 | 0.95 | 0.27 | 4.07 | 0.91 | 0.38 |
| Hex | BA | 15 | 9 | 0 | 59 | 5F | 1B | 4 | 5B | 26 |
| Octal | 272 | 25 | 11 | 0 | 131 | 137 | 33 | 4 | 133 | 46 |
| Binary | 10111010 | 10101 | 1001 | 0 | 1011001 | 1011111 | 11011 | 100 | 1011011 | 100110 |
Color Harmonies of #BA1509
Complementary color
Monochromatic Colors of #BA1509
Black with #BA1509
Text Example
Text Example
White with #BA1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1509; }
p { color: rgb(186,21,9); }
H1.HeaderClassName
{
color: #BA1509;
}
.AnyTagClassName
{
color: #BA1509;
}
</style>
background-color css
<style>
a { background-color: #BA1509; }
a { background-color: rgb(186,21,9); }
div.DivClassName
{
background-color: #BA1509;
}
.BgClassName
{
background-color: #BA1509;
}
</style>
border-color css
<style>
span { border-color: #BA1509; }
span { border-color: rgb(186,21,9); }
td.TdClassName
{
border-color: #BA1509;
}
.TagClassName
{
border-color: #BA1509;
}
</style>