Shades of Free Speech Red #BA1D01
Tints of Free Speech Red #BA1D01
RGB
CMYK
RGB Variations
Color information
#BA1D01 (or 0xBA1D01) is known color: Free Speech Red. HEX triplet: BA, 1D and 01. RGB value is (186,29,1). Sum of RGB (Red+Green+Blue) = 186+29+1=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D01 is #45E2FE. Grayscale: #494949. Windows color (decimal): -4580095 or 73146. OLE color: 73146.
HSL color Cylindrical-coordinate representation of color #BA1D01: hue angle of 9.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA1D01 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.27 |
| HSL | 9.08º | 0.99% | 0.37% | - |
| HSV(B) | 9.08º | 0.99% | 0.73% | - |
| XYZ | 20.69 | 11.32 | 1.12 | - |
| YUV | 72.75 | 87.51 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 1 | 0 | 0.84 | 0.99 | 0.27 | 9.08 | 0.99 | 0.37 |
| Hex | BA | 1D | 1 | 0 | 54 | 63 | 1B | 9 | 63 | 25 |
| Octal | 272 | 35 | 1 | 0 | 124 | 143 | 33 | 11 | 143 | 45 |
| Binary | 10111010 | 11101 | 1 | 0 | 1010100 | 1100011 | 11011 | 1001 | 1100011 | 100101 |
Color Harmonies of #BA1D01
Complementary color
Monochromatic Colors of #BA1D01
Black with #BA1D01
Text Example
Text Example
White with #BA1D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D01; }
p { color: rgb(186,29,1); }
H1.HeaderClassName
{
color: #BA1D01;
}
.AnyTagClassName
{
color: #BA1D01;
}
</style>
background-color css
<style>
a { background-color: #BA1D01; }
a { background-color: rgb(186,29,1); }
div.DivClassName
{
background-color: #BA1D01;
}
.BgClassName
{
background-color: #BA1D01;
}
</style>
border-color css
<style>
span { border-color: #BA1D01; }
span { border-color: rgb(186,29,1); }
td.TdClassName
{
border-color: #BA1D01;
}
.TagClassName
{
border-color: #BA1D01;
}
</style>