Shades of Free Speech Red #BA1C03
Tints of Free Speech Red #BA1C03
RGB
CMYK
RGB Variations
Color information
#BA1C03 (or 0xBA1C03) is known color: Free Speech Red. HEX triplet: BA, 1C and 03. RGB value is (186,28,3). Sum of RGB (Red+Green+Blue) = 186+28+3=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C03 is #45E3FC. Grayscale: #484848. Windows color (decimal): -4580349 or 203962. OLE color: 203962.
HSL color Cylindrical-coordinate representation of color #BA1C03: hue angle of 8.2º 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 #BA1C03 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.27 |
| HSL | 8.2º | 0.97% | 0.37% | - |
| HSV(B) | 8.2º | 0.98% | 0.73% | - |
| XYZ | 20.68 | 11.28 | 1.17 | - |
| YUV | 72.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 3 | 0 | 0.85 | 0.98 | 0.27 | 8.2 | 0.97 | 0.37 |
| Hex | BA | 1C | 3 | 0 | 55 | 62 | 1B | 8 | 61 | 25 |
| Octal | 272 | 34 | 3 | 0 | 125 | 142 | 33 | 10 | 141 | 45 |
| Binary | 10111010 | 11100 | 11 | 0 | 1010101 | 1100010 | 11011 | 1000 | 1100001 | 100101 |
Color Harmonies of #BA1C03
Complementary color
Monochromatic Colors of #BA1C03
Black with #BA1C03
Text Example
Text Example
White with #BA1C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C03; }
p { color: rgb(186,28,3); }
H1.HeaderClassName
{
color: #BA1C03;
}
.AnyTagClassName
{
color: #BA1C03;
}
</style>
background-color css
<style>
a { background-color: #BA1C03; }
a { background-color: rgb(186,28,3); }
div.DivClassName
{
background-color: #BA1C03;
}
.BgClassName
{
background-color: #BA1C03;
}
</style>
border-color css
<style>
span { border-color: #BA1C03; }
span { border-color: rgb(186,28,3); }
td.TdClassName
{
border-color: #BA1C03;
}
.TagClassName
{
border-color: #BA1C03;
}
</style>