Shades of Free Speech Red #BA150A
Tints of Free Speech Red #BA150A
RGB
CMYK
RGB Variations
Color information
#BA150A (or 0xBA150A) is known color: Free Speech Red. HEX triplet: BA, 15 and 0A. RGB value is (186,21,10). Sum of RGB (Red+Green+Blue) = 186+21+10=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA150A is #45EAF5. Grayscale: #454545. Windows color (decimal): -4582134 or 660922. OLE color: 660922.
HSL color Cylindrical-coordinate representation of color #BA150A: hue angle of 3.75º degrees, saturation: 0.9, 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 #BA150A is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 10 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.27 |
| HSL | 3.75º | 0.9% | 0.38% | - |
| HSV(B) | 3.75º | 0.95% | 0.73% | - |
| XYZ | 20.57 | 11 | 1.33 | - |
| YUV | 69.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 10 | 0 | 0.89 | 0.95 | 0.27 | 3.75 | 0.9 | 0.38 |
| Hex | BA | 15 | A | 0 | 59 | 5F | 1B | 4 | 5A | 26 |
| Octal | 272 | 25 | 12 | 0 | 131 | 137 | 33 | 4 | 132 | 46 |
| Binary | 10111010 | 10101 | 1010 | 0 | 1011001 | 1011111 | 11011 | 100 | 1011010 | 100110 |
Color Harmonies of #BA150A
Complementary color
Monochromatic Colors of #BA150A
Black with #BA150A
Text Example
Text Example
White with #BA150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA150A; }
p { color: rgb(186,21,10); }
H1.HeaderClassName
{
color: #BA150A;
}
.AnyTagClassName
{
color: #BA150A;
}
</style>
background-color css
<style>
a { background-color: #BA150A; }
a { background-color: rgb(186,21,10); }
div.DivClassName
{
background-color: #BA150A;
}
.BgClassName
{
background-color: #BA150A;
}
</style>
border-color css
<style>
span { border-color: #BA150A; }
span { border-color: rgb(186,21,10); }
td.TdClassName
{
border-color: #BA150A;
}
.TagClassName
{
border-color: #BA150A;
}
</style>