Shades of Free Speech Red #BA1A04
Tints of Free Speech Red #BA1A04
RGB
CMYK
RGB Variations
Color information
#BA1A04 (or 0xBA1A04) is known color: Free Speech Red. HEX triplet: BA, 1A and 04. RGB value is (186,26,4). Sum of RGB (Red+Green+Blue) = 186+26+4=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A04 is #45E5FB. Grayscale: #474747. Windows color (decimal): -4580860 or 268986. OLE color: 268986.
HSL color Cylindrical-coordinate representation of color #BA1A04: hue angle of 7.25º degrees, saturation: 0.96, 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 #BA1A04 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.27 |
| HSL | 7.25º | 0.96% | 0.37% | - |
| HSV(B) | 7.25º | 0.98% | 0.73% | - |
| XYZ | 20.64 | 11.19 | 1.19 | - |
| YUV | 71.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 4 | 0 | 0.86 | 0.98 | 0.27 | 7.25 | 0.96 | 0.37 |
| Hex | BA | 1A | 4 | 0 | 56 | 62 | 1B | 7 | 60 | 25 |
| Octal | 272 | 32 | 4 | 0 | 126 | 142 | 33 | 7 | 140 | 45 |
| Binary | 10111010 | 11010 | 100 | 0 | 1010110 | 1100010 | 11011 | 111 | 1100000 | 100101 |
Color Harmonies of #BA1A04
Complementary color
Monochromatic Colors of #BA1A04
Black with #BA1A04
Text Example
Text Example
White with #BA1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A04; }
p { color: rgb(186,26,4); }
H1.HeaderClassName
{
color: #BA1A04;
}
.AnyTagClassName
{
color: #BA1A04;
}
</style>
background-color css
<style>
a { background-color: #BA1A04; }
a { background-color: rgb(186,26,4); }
div.DivClassName
{
background-color: #BA1A04;
}
.BgClassName
{
background-color: #BA1A04;
}
</style>
border-color css
<style>
span { border-color: #BA1A04; }
span { border-color: rgb(186,26,4); }
td.TdClassName
{
border-color: #BA1A04;
}
.TagClassName
{
border-color: #BA1A04;
}
</style>