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