Shades of Free Speech Red #BA1202
Tints of Free Speech Red #BA1202
RGB
CMYK
RGB Variations
Color information
#BA1202 (or 0xBA1202) is known color: Free Speech Red. HEX triplet: BA, 12 and 02. RGB value is (186,18,2). Sum of RGB (Red+Green+Blue) = 186+18+2=206 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.29% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1202 is #45EDFD. Grayscale: #424242. Windows color (decimal): -4582910 or 135866. OLE color: 135866.
HSL color Cylindrical-coordinate representation of color #BA1202: hue angle of 5.22º 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 #BA1202 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.27 |
| HSL | 5.22º | 0.98% | 0.37% | - |
| HSV(B) | 5.22º | 0.99% | 0.73% | - |
| XYZ | 20.48 | 10.88 | 1.08 | - |
| YUV | 66.41 | 91.66 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 2 | 0 | 0.90 | 0.99 | 0.27 | 5.22 | 0.98 | 0.37 |
| Hex | BA | 12 | 2 | 0 | 5A | 63 | 1B | 5 | 62 | 25 |
| Octal | 272 | 22 | 2 | 0 | 132 | 143 | 33 | 5 | 142 | 45 |
| Binary | 10111010 | 10010 | 10 | 0 | 1011010 | 1100011 | 11011 | 101 | 1100010 | 100101 |
Color Harmonies of #BA1202
Complementary color
Monochromatic Colors of #BA1202
Black with #BA1202
Text Example
Text Example
White with #BA1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1202; }
p { color: rgb(186,18,2); }
H1.HeaderClassName
{
color: #BA1202;
}
.AnyTagClassName
{
color: #BA1202;
}
</style>
background-color css
<style>
a { background-color: #BA1202; }
a { background-color: rgb(186,18,2); }
div.DivClassName
{
background-color: #BA1202;
}
.BgClassName
{
background-color: #BA1202;
}
</style>
border-color css
<style>
span { border-color: #BA1202; }
span { border-color: rgb(186,18,2); }
td.TdClassName
{
border-color: #BA1202;
}
.TagClassName
{
border-color: #BA1202;
}
</style>