Shades of Free Speech Red #BA1102
Tints of Free Speech Red #BA1102
RGB
CMYK
RGB Variations
Color information
#BA1102 (or 0xBA1102) is known color: Free Speech Red. HEX triplet: BA, 11 and 02. RGB value is (186,17,2). Sum of RGB (Red+Green+Blue) = 186+17+2=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1102 is #45EEFD. Grayscale: #424242. Windows color (decimal): -4583166 or 135610. OLE color: 135610.
HSL color Cylindrical-coordinate representation of color #BA1102: hue angle of 4.89º 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 #BA1102 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.27 |
| HSL | 4.89º | 0.98% | 0.37% | - |
| HSV(B) | 4.89º | 0.99% | 0.73% | - |
| XYZ | 20.46 | 10.84 | 1.07 | - |
| YUV | 65.82 | 91.99 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 2 | 0 | 0.91 | 0.99 | 0.27 | 4.89 | 0.98 | 0.37 |
| Hex | BA | 11 | 2 | 0 | 5B | 63 | 1B | 5 | 62 | 25 |
| Octal | 272 | 21 | 2 | 0 | 133 | 143 | 33 | 5 | 142 | 45 |
| Binary | 10111010 | 10001 | 10 | 0 | 1011011 | 1100011 | 11011 | 101 | 1100010 | 100101 |
Color Harmonies of #BA1102
Complementary color
Monochromatic Colors of #BA1102
Black with #BA1102
Text Example
Text Example
White with #BA1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1102; }
p { color: rgb(186,17,2); }
H1.HeaderClassName
{
color: #BA1102;
}
.AnyTagClassName
{
color: #BA1102;
}
</style>
background-color css
<style>
a { background-color: #BA1102; }
a { background-color: rgb(186,17,2); }
div.DivClassName
{
background-color: #BA1102;
}
.BgClassName
{
background-color: #BA1102;
}
</style>
border-color css
<style>
span { border-color: #BA1102; }
span { border-color: rgb(186,17,2); }
td.TdClassName
{
border-color: #BA1102;
}
.TagClassName
{
border-color: #BA1102;
}
</style>