Shades of Free Speech Red #BA0A03
Tints of Free Speech Red #BA0A03
RGB
CMYK
RGB Variations
Color information
#BA0A03 (or 0xBA0A03) is known color: Free Speech Red. HEX triplet: BA, 0A and 03. RGB value is (186,10,3). Sum of RGB (Red+Green+Blue) = 186+10+3=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A03 is #45F5FC. Grayscale: #3E3E3E. Windows color (decimal): -4584957 or 199354. OLE color: 199354.
HSL color Cylindrical-coordinate representation of color #BA0A03: hue angle of 2.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0A03 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 3 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.27 |
| HSL | 2.3º | 0.97% | 0.37% | - |
| HSV(B) | 2.3º | 0.98% | 0.73% | - |
| XYZ | 20.37 | 10.66 | 1.07 | - |
| YUV | 61.83 | 94.81 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 3 | 0 | 0.95 | 0.98 | 0.27 | 2.3 | 0.97 | 0.37 |
| Hex | BA | A | 3 | 0 | 5F | 62 | 1B | 2 | 61 | 25 |
| Octal | 272 | 12 | 3 | 0 | 137 | 142 | 33 | 2 | 141 | 45 |
| Binary | 10111010 | 1010 | 11 | 0 | 1011111 | 1100010 | 11011 | 10 | 1100001 | 100101 |
Color Harmonies of #BA0A03
Complementary color
Monochromatic Colors of #BA0A03
Black with #BA0A03
Text Example
Text Example
White with #BA0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A03; }
p { color: rgb(186,10,3); }
H1.HeaderClassName
{
color: #BA0A03;
}
.AnyTagClassName
{
color: #BA0A03;
}
</style>
background-color css
<style>
a { background-color: #BA0A03; }
a { background-color: rgb(186,10,3); }
div.DivClassName
{
background-color: #BA0A03;
}
.BgClassName
{
background-color: #BA0A03;
}
</style>
border-color css
<style>
span { border-color: #BA0A03; }
span { border-color: rgb(186,10,3); }
td.TdClassName
{
border-color: #BA0A03;
}
.TagClassName
{
border-color: #BA0A03;
}
</style>