Shades of Free Speech Red #BA150B
Tints of Free Speech Red #BA150B
RGB
CMYK
RGB Variations
Color information
#BA150B (or 0xBA150B) is known color: Free Speech Red. HEX triplet: BA, 15 and 0B. RGB value is (186,21,11). Sum of RGB (Red+Green+Blue) = 186+21+11=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA150B is #45EAF4. Grayscale: #454545. Windows color (decimal): -4582133 or 726458. OLE color: 726458.
HSL color Cylindrical-coordinate representation of color #BA150B: hue angle of 3.43º degrees, saturation: 0.89, 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 #BA150B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.27 |
| HSL | 3.43º | 0.89% | 0.39% | - |
| HSV(B) | 3.43º | 0.94% | 0.73% | - |
| XYZ | 20.58 | 11 | 1.36 | - |
| YUV | 69.2 | 95.16 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 11 | 0 | 0.89 | 0.94 | 0.27 | 3.43 | 0.89 | 0.39 |
| Hex | BA | 15 | B | 0 | 59 | 5E | 1B | 3 | 59 | 27 |
| Octal | 272 | 25 | 13 | 0 | 131 | 136 | 33 | 3 | 131 | 47 |
| Binary | 10111010 | 10101 | 1011 | 0 | 1011001 | 1011110 | 11011 | 11 | 1011001 | 100111 |
Color Harmonies of #BA150B
Complementary color
Monochromatic Colors of #BA150B
Black with #BA150B
Text Example
Text Example
White with #BA150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA150B; }
p { color: rgb(186,21,11); }
H1.HeaderClassName
{
color: #BA150B;
}
.AnyTagClassName
{
color: #BA150B;
}
</style>
background-color css
<style>
a { background-color: #BA150B; }
a { background-color: rgb(186,21,11); }
div.DivClassName
{
background-color: #BA150B;
}
.BgClassName
{
background-color: #BA150B;
}
</style>
border-color css
<style>
span { border-color: #BA150B; }
span { border-color: rgb(186,21,11); }
td.TdClassName
{
border-color: #BA150B;
}
.TagClassName
{
border-color: #BA150B;
}
</style>