Shades of Free Speech Red #BA1402
Tints of Free Speech Red #BA1402
RGB
CMYK
RGB Variations
Color information
#BA1402 (or 0xBA1402) is known color: Free Speech Red. HEX triplet: BA, 14 and 02. RGB value is (186,20,2). Sum of RGB (Red+Green+Blue) = 186+20+2=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1402 is #45EBFD. Grayscale: #434343. Windows color (decimal): -4582398 or 136378. OLE color: 136378.
HSL color Cylindrical-coordinate representation of color #BA1402: hue angle of 5.87º 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 #BA1402 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.27 |
| HSL | 5.87º | 0.98% | 0.37% | - |
| HSV(B) | 5.87º | 0.99% | 0.73% | - |
| XYZ | 20.51 | 10.94 | 1.09 | - |
| YUV | 67.58 | 91 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 2 | 0 | 0.89 | 0.99 | 0.27 | 5.87 | 0.98 | 0.37 |
| Hex | BA | 14 | 2 | 0 | 59 | 63 | 1B | 6 | 62 | 25 |
| Octal | 272 | 24 | 2 | 0 | 131 | 143 | 33 | 6 | 142 | 45 |
| Binary | 10111010 | 10100 | 10 | 0 | 1011001 | 1100011 | 11011 | 110 | 1100010 | 100101 |
Color Harmonies of #BA1402
Complementary color
Monochromatic Colors of #BA1402
Black with #BA1402
Text Example
Text Example
White with #BA1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1402; }
p { color: rgb(186,20,2); }
H1.HeaderClassName
{
color: #BA1402;
}
.AnyTagClassName
{
color: #BA1402;
}
</style>
background-color css
<style>
a { background-color: #BA1402; }
a { background-color: rgb(186,20,2); }
div.DivClassName
{
background-color: #BA1402;
}
.BgClassName
{
background-color: #BA1402;
}
</style>
border-color css
<style>
span { border-color: #BA1402; }
span { border-color: rgb(186,20,2); }
td.TdClassName
{
border-color: #BA1402;
}
.TagClassName
{
border-color: #BA1402;
}
</style>