Shades of Free Speech Red #BA150D
Tints of Free Speech Red #BA150D
RGB
CMYK
RGB Variations
Color information
#BA150D (or 0xBA150D) is known color: Free Speech Red. HEX triplet: BA, 15 and 0D. RGB value is (186,21,13). Sum of RGB (Red+Green+Blue) = 186+21+13=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA150D is #45EAF2. Grayscale: #454545. Windows color (decimal): -4582131 or 857530. OLE color: 857530.
HSL color Cylindrical-coordinate representation of color #BA150D: hue angle of 2.77º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA150D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.27 |
| HSL | 2.77º | 0.87% | 0.39% | - |
| HSV(B) | 2.77º | 0.93% | 0.73% | - |
| XYZ | 20.59 | 11 | 1.42 | - |
| YUV | 69.42 | 96.16 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 13 | 0 | 0.89 | 0.93 | 0.27 | 2.77 | 0.87 | 0.39 |
| Hex | BA | 15 | D | 0 | 59 | 5D | 1B | 3 | 57 | 27 |
| Octal | 272 | 25 | 15 | 0 | 131 | 135 | 33 | 3 | 127 | 47 |
| Binary | 10111010 | 10101 | 1101 | 0 | 1011001 | 1011101 | 11011 | 11 | 1010111 | 100111 |
Color Harmonies of #BA150D
Complementary color
Monochromatic Colors of #BA150D
Black with #BA150D
Text Example
Text Example
White with #BA150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA150D; }
p { color: rgb(186,21,13); }
H1.HeaderClassName
{
color: #BA150D;
}
.AnyTagClassName
{
color: #BA150D;
}
</style>
background-color css
<style>
a { background-color: #BA150D; }
a { background-color: rgb(186,21,13); }
div.DivClassName
{
background-color: #BA150D;
}
.BgClassName
{
background-color: #BA150D;
}
</style>
border-color css
<style>
span { border-color: #BA150D; }
span { border-color: rgb(186,21,13); }
td.TdClassName
{
border-color: #BA150D;
}
.TagClassName
{
border-color: #BA150D;
}
</style>