Shades of Free Speech Red #BA1A05
Tints of Free Speech Red #BA1A05
RGB
CMYK
RGB Variations
Color information
#BA1A05 (or 0xBA1A05) is known color: Free Speech Red. HEX triplet: BA, 1A and 05. RGB value is (186,26,5). Sum of RGB (Red+Green+Blue) = 186+26+5=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A05 is #45E5FA. Grayscale: #474747. Windows color (decimal): -4580859 or 334522. OLE color: 334522.
HSL color Cylindrical-coordinate representation of color #BA1A05: hue angle of 6.96º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA1A05 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 5 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.27 |
| HSL | 6.96º | 0.95% | 0.37% | - |
| HSV(B) | 6.96º | 0.97% | 0.73% | - |
| XYZ | 20.65 | 11.19 | 1.22 | - |
| YUV | 71.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 5 | 0 | 0.86 | 0.97 | 0.27 | 6.96 | 0.95 | 0.37 |
| Hex | BA | 1A | 5 | 0 | 56 | 61 | 1B | 7 | 5F | 25 |
| Octal | 272 | 32 | 5 | 0 | 126 | 141 | 33 | 7 | 137 | 45 |
| Binary | 10111010 | 11010 | 101 | 0 | 1010110 | 1100001 | 11011 | 111 | 1011111 | 100101 |
Color Harmonies of #BA1A05
Complementary color
Monochromatic Colors of #BA1A05
Black with #BA1A05
Text Example
Text Example
White with #BA1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A05; }
p { color: rgb(186,26,5); }
H1.HeaderClassName
{
color: #BA1A05;
}
.AnyTagClassName
{
color: #BA1A05;
}
</style>
background-color css
<style>
a { background-color: #BA1A05; }
a { background-color: rgb(186,26,5); }
div.DivClassName
{
background-color: #BA1A05;
}
.BgClassName
{
background-color: #BA1A05;
}
</style>
border-color css
<style>
span { border-color: #BA1A05; }
span { border-color: rgb(186,26,5); }
td.TdClassName
{
border-color: #BA1A05;
}
.TagClassName
{
border-color: #BA1A05;
}
</style>