Shades of Free Speech Red #BA0A02
Tints of Free Speech Red #BA0A02
RGB
CMYK
RGB Variations
Color information
#BA0A02 (or 0xBA0A02) is known color: Free Speech Red. HEX triplet: BA, 0A and 02. RGB value is (186,10,2). Sum of RGB (Red+Green+Blue) = 186+10+2=198 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.94% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A02 is #45F5FD. Grayscale: #3D3D3D. Windows color (decimal): -4584958 or 133818. OLE color: 133818.
HSL color Cylindrical-coordinate representation of color #BA0A02: hue angle of 2.61º 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 #BA0A02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.27 |
| HSL | 2.61º | 0.98% | 0.37% | - |
| HSV(B) | 2.61º | 0.99% | 0.73% | - |
| XYZ | 20.37 | 10.66 | 1.04 | - |
| YUV | 61.71 | 94.31 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 2 | 0 | 0.95 | 0.99 | 0.27 | 2.61 | 0.98 | 0.37 |
| Hex | BA | A | 2 | 0 | 5F | 63 | 1B | 3 | 62 | 25 |
| Octal | 272 | 12 | 2 | 0 | 137 | 143 | 33 | 3 | 142 | 45 |
| Binary | 10111010 | 1010 | 10 | 0 | 1011111 | 1100011 | 11011 | 11 | 1100010 | 100101 |
Color Harmonies of #BA0A02
Complementary color
Monochromatic Colors of #BA0A02
Black with #BA0A02
Text Example
Text Example
White with #BA0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A02; }
p { color: rgb(186,10,2); }
H1.HeaderClassName
{
color: #BA0A02;
}
.AnyTagClassName
{
color: #BA0A02;
}
</style>
background-color css
<style>
a { background-color: #BA0A02; }
a { background-color: rgb(186,10,2); }
div.DivClassName
{
background-color: #BA0A02;
}
.BgClassName
{
background-color: #BA0A02;
}
</style>
border-color css
<style>
span { border-color: #BA0A02; }
span { border-color: rgb(186,10,2); }
td.TdClassName
{
border-color: #BA0A02;
}
.TagClassName
{
border-color: #BA0A02;
}
</style>