Shades of Free Speech Red #BA0302
Tints of Free Speech Red #BA0302
RGB
CMYK
RGB Variations
Color information
#BA0302 (or 0xBA0302) is known color: Free Speech Red. HEX triplet: BA, 03 and 02. RGB value is (186,3,2). Sum of RGB (Red+Green+Blue) = 186+3+2=191 (25% of max value = 765). Red value is 186 (73.05% from 255 or 97.38% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0302 is #45FCFD. Grayscale: #393939. Windows color (decimal): -4586750 or 132026. OLE color: 132026.
HSL color Cylindrical-coordinate representation of color #BA0302: hue angle of 0.33º 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 #BA0302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.27 |
| HSL | 0.33º | 0.98% | 0.37% | - |
| HSV(B) | 0.33º | 0.99% | 0.73% | - |
| XYZ | 20.29 | 10.51 | 1.02 | - |
| YUV | 57.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 2 | 0 | 0.98 | 0.99 | 0.27 | 0.33 | 0.98 | 0.37 |
| Hex | BA | 3 | 2 | 0 | 62 | 63 | 1B | 0 | 62 | 25 |
| Octal | 272 | 3 | 2 | 0 | 142 | 143 | 33 | 0 | 142 | 45 |
| Binary | 10111010 | 11 | 10 | 0 | 1100010 | 1100011 | 11011 | 0 | 1100010 | 100101 |
Color Harmonies of #BA0302
Complementary color
Monochromatic Colors of #BA0302
Black with #BA0302
Text Example
Text Example
White with #BA0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0302; }
p { color: rgb(186,3,2); }
H1.HeaderClassName
{
color: #BA0302;
}
.AnyTagClassName
{
color: #BA0302;
}
</style>
background-color css
<style>
a { background-color: #BA0302; }
a { background-color: rgb(186,3,2); }
div.DivClassName
{
background-color: #BA0302;
}
.BgClassName
{
background-color: #BA0302;
}
</style>
border-color css
<style>
span { border-color: #BA0302; }
span { border-color: rgb(186,3,2); }
td.TdClassName
{
border-color: #BA0302;
}
.TagClassName
{
border-color: #BA0302;
}
</style>