Shades of Free Speech Red #BA0A07
Tints of Free Speech Red #BA0A07
RGB
CMYK
RGB Variations
Color information
#BA0A07 (or 0xBA0A07) is known color: Free Speech Red. HEX triplet: BA, 0A and 07. RGB value is (186,10,7). Sum of RGB (Red+Green+Blue) = 186+10+7=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A07 is #45F5F8. Grayscale: #3E3E3E. Windows color (decimal): -4584953 or 461498. OLE color: 461498.
HSL color Cylindrical-coordinate representation of color #BA0A07: hue angle of 1.01º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0A07 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 7 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.27 |
| HSL | 1.01º | 0.93% | 0.38% | - |
| HSV(B) | 1.01º | 0.96% | 0.73% | - |
| XYZ | 20.4 | 10.67 | 1.19 | - |
| YUV | 62.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 7 | 0 | 0.95 | 0.96 | 0.27 | 1.01 | 0.93 | 0.38 |
| Hex | BA | A | 7 | 0 | 5F | 60 | 1B | 1 | 5D | 26 |
| Octal | 272 | 12 | 7 | 0 | 137 | 140 | 33 | 1 | 135 | 46 |
| Binary | 10111010 | 1010 | 111 | 0 | 1011111 | 1100000 | 11011 | 1 | 1011101 | 100110 |
Color Harmonies of #BA0A07
Complementary color
Monochromatic Colors of #BA0A07
Black with #BA0A07
Text Example
Text Example
White with #BA0A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A07; }
p { color: rgb(186,10,7); }
H1.HeaderClassName
{
color: #BA0A07;
}
.AnyTagClassName
{
color: #BA0A07;
}
</style>
background-color css
<style>
a { background-color: #BA0A07; }
a { background-color: rgb(186,10,7); }
div.DivClassName
{
background-color: #BA0A07;
}
.BgClassName
{
background-color: #BA0A07;
}
</style>
border-color css
<style>
span { border-color: #BA0A07; }
span { border-color: rgb(186,10,7); }
td.TdClassName
{
border-color: #BA0A07;
}
.TagClassName
{
border-color: #BA0A07;
}
</style>