Shades of Free Speech Red #BA1803
Tints of Free Speech Red #BA1803
RGB
CMYK
RGB Variations
Color information
#BA1803 (or 0xBA1803) is known color: Free Speech Red. HEX triplet: BA, 18 and 03. RGB value is (186,24,3). Sum of RGB (Red+Green+Blue) = 186+24+3=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1803 is #45E7FC. Grayscale: #464646. Windows color (decimal): -4581373 or 202938. OLE color: 202938.
HSL color Cylindrical-coordinate representation of color #BA1803: hue angle of 6.89º 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 #BA1803 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 3 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.27 |
| HSL | 6.89º | 0.97% | 0.37% | - |
| HSV(B) | 6.89º | 0.98% | 0.73% | - |
| XYZ | 20.59 | 11.1 | 1.14 | - |
| YUV | 70.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 3 | 0 | 0.87 | 0.98 | 0.27 | 6.89 | 0.97 | 0.37 |
| Hex | BA | 18 | 3 | 0 | 57 | 62 | 1B | 7 | 61 | 25 |
| Octal | 272 | 30 | 3 | 0 | 127 | 142 | 33 | 7 | 141 | 45 |
| Binary | 10111010 | 11000 | 11 | 0 | 1010111 | 1100010 | 11011 | 111 | 1100001 | 100101 |
Color Harmonies of #BA1803
Complementary color
Monochromatic Colors of #BA1803
Black with #BA1803
Text Example
Text Example
White with #BA1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1803; }
p { color: rgb(186,24,3); }
H1.HeaderClassName
{
color: #BA1803;
}
.AnyTagClassName
{
color: #BA1803;
}
</style>
background-color css
<style>
a { background-color: #BA1803; }
a { background-color: rgb(186,24,3); }
div.DivClassName
{
background-color: #BA1803;
}
.BgClassName
{
background-color: #BA1803;
}
</style>
border-color css
<style>
span { border-color: #BA1803; }
span { border-color: rgb(186,24,3); }
td.TdClassName
{
border-color: #BA1803;
}
.TagClassName
{
border-color: #BA1803;
}
</style>