Shades of Free Speech Red #BA0B02
Tints of Free Speech Red #BA0B02
RGB
CMYK
RGB Variations
Color information
#BA0B02 (or 0xBA0B02) is known color: Free Speech Red. HEX triplet: BA, 0B and 02. RGB value is (186,11,2). Sum of RGB (Red+Green+Blue) = 186+11+2=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0B02 is #45F4FD. Grayscale: #3E3E3E. Windows color (decimal): -4584702 or 134074. OLE color: 134074.
HSL color Cylindrical-coordinate representation of color #BA0B02: hue angle of 2.93º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0B02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.27 |
| HSL | 2.93º | 0.98% | 0.37% | - |
| HSV(B) | 2.93º | 0.99% | 0.73% | - |
| XYZ | 20.38 | 10.68 | 1.05 | - |
| YUV | 62.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 2 | 0 | 0.94 | 0.99 | 0.27 | 2.93 | 0.98 | 0.37 |
| Hex | BA | B | 2 | 0 | 5E | 63 | 1B | 3 | 62 | 25 |
| Octal | 272 | 13 | 2 | 0 | 136 | 143 | 33 | 3 | 142 | 45 |
| Binary | 10111010 | 1011 | 10 | 0 | 1011110 | 1100011 | 11011 | 11 | 1100010 | 100101 |
Color Harmonies of #BA0B02
Complementary color
Monochromatic Colors of #BA0B02
Black with #BA0B02
Text Example
Text Example
White with #BA0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B02; }
p { color: rgb(186,11,2); }
H1.HeaderClassName
{
color: #BA0B02;
}
.AnyTagClassName
{
color: #BA0B02;
}
</style>
background-color css
<style>
a { background-color: #BA0B02; }
a { background-color: rgb(186,11,2); }
div.DivClassName
{
background-color: #BA0B02;
}
.BgClassName
{
background-color: #BA0B02;
}
</style>
border-color css
<style>
span { border-color: #BA0B02; }
span { border-color: rgb(186,11,2); }
td.TdClassName
{
border-color: #BA0B02;
}
.TagClassName
{
border-color: #BA0B02;
}
</style>