Shades of Free Speech Red #BA1703
Tints of Free Speech Red #BA1703
RGB
CMYK
RGB Variations
Color information
#BA1703 (or 0xBA1703) is known color: Free Speech Red. HEX triplet: BA, 17 and 03. RGB value is (186,23,3). Sum of RGB (Red+Green+Blue) = 186+23+3=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1703 is #45E8FC. Grayscale: #454545. Windows color (decimal): -4581629 or 202682. OLE color: 202682.
HSL color Cylindrical-coordinate representation of color #BA1703: hue angle of 6.56º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA1703 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 3 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.27 |
| HSL | 6.56º | 0.97% | 0.37% | - |
| HSV(B) | 6.56º | 0.98% | 0.73% | - |
| XYZ | 20.57 | 11.06 | 1.14 | - |
| YUV | 69.46 | 90.5 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 3 | 0 | 0.88 | 0.98 | 0.27 | 6.56 | 0.97 | 0.37 |
| Hex | BA | 17 | 3 | 0 | 58 | 62 | 1B | 7 | 61 | 25 |
| Octal | 272 | 27 | 3 | 0 | 130 | 142 | 33 | 7 | 141 | 45 |
| Binary | 10111010 | 10111 | 11 | 0 | 1011000 | 1100010 | 11011 | 111 | 1100001 | 100101 |
Color Harmonies of #BA1703
Complementary color
Monochromatic Colors of #BA1703
Black with #BA1703
Text Example
Text Example
White with #BA1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1703; }
p { color: rgb(186,23,3); }
H1.HeaderClassName
{
color: #BA1703;
}
.AnyTagClassName
{
color: #BA1703;
}
</style>
background-color css
<style>
a { background-color: #BA1703; }
a { background-color: rgb(186,23,3); }
div.DivClassName
{
background-color: #BA1703;
}
.BgClassName
{
background-color: #BA1703;
}
</style>
border-color css
<style>
span { border-color: #BA1703; }
span { border-color: rgb(186,23,3); }
td.TdClassName
{
border-color: #BA1703;
}
.TagClassName
{
border-color: #BA1703;
}
</style>