Shades of Free Speech Red #BA0D0A
Tints of Free Speech Red #BA0D0A
RGB
CMYK
RGB Variations
Color information
#BA0D0A (or 0xBA0D0A) is known color: Free Speech Red. HEX triplet: BA, 0D and 0A. RGB value is (186,13,10). Sum of RGB (Red+Green+Blue) = 186+13+10=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0D0A is #45F2F5. Grayscale: #404040. Windows color (decimal): -4584182 or 658874. OLE color: 658874.
HSL color Cylindrical-coordinate representation of color #BA0D0A: hue angle of 1.02º 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 #BA0D0A is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 10 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.27 |
| HSL | 1.02º | 0.9% | 0.38% | - |
| HSV(B) | 1.02º | 0.95% | 0.73% | - |
| XYZ | 20.45 | 10.75 | 1.28 | - |
| YUV | 64.39 | 97.31 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 10 | 0 | 0.93 | 0.95 | 0.27 | 1.02 | 0.9 | 0.38 |
| Hex | BA | D | A | 0 | 5D | 5F | 1B | 1 | 5A | 26 |
| Octal | 272 | 15 | 12 | 0 | 135 | 137 | 33 | 1 | 132 | 46 |
| Binary | 10111010 | 1101 | 1010 | 0 | 1011101 | 1011111 | 11011 | 1 | 1011010 | 100110 |
Color Harmonies of #BA0D0A
Complementary color
Monochromatic Colors of #BA0D0A
Black with #BA0D0A
Text Example
Text Example
White with #BA0D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D0A; }
p { color: rgb(186,13,10); }
H1.HeaderClassName
{
color: #BA0D0A;
}
.AnyTagClassName
{
color: #BA0D0A;
}
</style>
background-color css
<style>
a { background-color: #BA0D0A; }
a { background-color: rgb(186,13,10); }
div.DivClassName
{
background-color: #BA0D0A;
}
.BgClassName
{
background-color: #BA0D0A;
}
</style>
border-color css
<style>
span { border-color: #BA0D0A; }
span { border-color: rgb(186,13,10); }
td.TdClassName
{
border-color: #BA0D0A;
}
.TagClassName
{
border-color: #BA0D0A;
}
</style>