Shades of Free Speech Red #BA1507
Tints of Free Speech Red #BA1507
RGB
CMYK
RGB Variations
Color information
#BA1507 (or 0xBA1507) is known color: Free Speech Red. HEX triplet: BA, 15 and 07. RGB value is (186,21,7). Sum of RGB (Red+Green+Blue) = 186+21+7=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1507 is #45EAF8. Grayscale: #444444. Windows color (decimal): -4582137 or 464314. OLE color: 464314.
HSL color Cylindrical-coordinate representation of color #BA1507: hue angle of 4.69º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA1507 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 7 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.27 |
| HSL | 4.69º | 0.93% | 0.38% | - |
| HSV(B) | 4.69º | 0.96% | 0.73% | - |
| XYZ | 20.56 | 10.99 | 1.24 | - |
| YUV | 68.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 7 | 0 | 0.89 | 0.96 | 0.27 | 4.69 | 0.93 | 0.38 |
| Hex | BA | 15 | 7 | 0 | 59 | 60 | 1B | 5 | 5D | 26 |
| Octal | 272 | 25 | 7 | 0 | 131 | 140 | 33 | 5 | 135 | 46 |
| Binary | 10111010 | 10101 | 111 | 0 | 1011001 | 1100000 | 11011 | 101 | 1011101 | 100110 |
Color Harmonies of #BA1507
Complementary color
Monochromatic Colors of #BA1507
Black with #BA1507
Text Example
Text Example
White with #BA1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1507; }
p { color: rgb(186,21,7); }
H1.HeaderClassName
{
color: #BA1507;
}
.AnyTagClassName
{
color: #BA1507;
}
</style>
background-color css
<style>
a { background-color: #BA1507; }
a { background-color: rgb(186,21,7); }
div.DivClassName
{
background-color: #BA1507;
}
.BgClassName
{
background-color: #BA1507;
}
</style>
border-color css
<style>
span { border-color: #BA1507; }
span { border-color: rgb(186,21,7); }
td.TdClassName
{
border-color: #BA1507;
}
.TagClassName
{
border-color: #BA1507;
}
</style>