Shades of Free Speech Red #BA130C
Tints of Free Speech Red #BA130C
RGB
CMYK
RGB Variations
Color information
#BA130C (or 0xBA130C) is known color: Free Speech Red. HEX triplet: BA, 13 and 0C. RGB value is (186,19,12). Sum of RGB (Red+Green+Blue) = 186+19+12=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA130C is #45ECF3. Grayscale: #444444. Windows color (decimal): -4582644 or 791482. OLE color: 791482.
HSL color Cylindrical-coordinate representation of color #BA130C: hue angle of 2.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA130C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.27 |
| HSL | 2.41º | 0.88% | 0.39% | - |
| HSV(B) | 2.41º | 0.94% | 0.73% | - |
| XYZ | 20.55 | 10.93 | 1.37 | - |
| YUV | 68.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 12 | 0 | 0.90 | 0.94 | 0.27 | 2.41 | 0.88 | 0.39 |
| Hex | BA | 13 | C | 0 | 5A | 5E | 1B | 2 | 58 | 27 |
| Octal | 272 | 23 | 14 | 0 | 132 | 136 | 33 | 2 | 130 | 47 |
| Binary | 10111010 | 10011 | 1100 | 0 | 1011010 | 1011110 | 11011 | 10 | 1011000 | 100111 |
Color Harmonies of #BA130C
Complementary color
Monochromatic Colors of #BA130C
Black with #BA130C
Text Example
Text Example
White with #BA130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA130C; }
p { color: rgb(186,19,12); }
H1.HeaderClassName
{
color: #BA130C;
}
.AnyTagClassName
{
color: #BA130C;
}
</style>
background-color css
<style>
a { background-color: #BA130C; }
a { background-color: rgb(186,19,12); }
div.DivClassName
{
background-color: #BA130C;
}
.BgClassName
{
background-color: #BA130C;
}
</style>
border-color css
<style>
span { border-color: #BA130C; }
span { border-color: rgb(186,19,12); }
td.TdClassName
{
border-color: #BA130C;
}
.TagClassName
{
border-color: #BA130C;
}
</style>