Shades of Free Speech Red #BA1209
Tints of Free Speech Red #BA1209
RGB
CMYK
RGB Variations
Color information
#BA1209 (or 0xBA1209) is known color: Free Speech Red. HEX triplet: BA, 12 and 09. RGB value is (186,18,9). Sum of RGB (Red+Green+Blue) = 186+18+9=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1209 is #45EDF6. Grayscale: #434343. Windows color (decimal): -4582903 or 594618. OLE color: 594618.
HSL color Cylindrical-coordinate representation of color #BA1209: hue angle of 3.05º 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 #BA1209 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 9 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.27 |
| HSL | 3.05º | 0.91% | 0.38% | - |
| HSV(B) | 3.05º | 0.95% | 0.73% | - |
| XYZ | 20.52 | 10.89 | 1.28 | - |
| YUV | 67.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 9 | 0 | 0.90 | 0.95 | 0.27 | 3.05 | 0.91 | 0.38 |
| Hex | BA | 12 | 9 | 0 | 5A | 5F | 1B | 3 | 5B | 26 |
| Octal | 272 | 22 | 11 | 0 | 132 | 137 | 33 | 3 | 133 | 46 |
| Binary | 10111010 | 10010 | 1001 | 0 | 1011010 | 1011111 | 11011 | 11 | 1011011 | 100110 |
Color Harmonies of #BA1209
Complementary color
Monochromatic Colors of #BA1209
Black with #BA1209
Text Example
Text Example
White with #BA1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1209; }
p { color: rgb(186,18,9); }
H1.HeaderClassName
{
color: #BA1209;
}
.AnyTagClassName
{
color: #BA1209;
}
</style>
background-color css
<style>
a { background-color: #BA1209; }
a { background-color: rgb(186,18,9); }
div.DivClassName
{
background-color: #BA1209;
}
.BgClassName
{
background-color: #BA1209;
}
</style>
border-color css
<style>
span { border-color: #BA1209; }
span { border-color: rgb(186,18,9); }
td.TdClassName
{
border-color: #BA1209;
}
.TagClassName
{
border-color: #BA1209;
}
</style>