Shades of Free Speech Red #BA1603
Tints of Free Speech Red #BA1603
RGB
CMYK
RGB Variations
Color information
#BA1603 (or 0xBA1603) is known color: Free Speech Red. HEX triplet: BA, 16 and 03. RGB value is (186,22,3). Sum of RGB (Red+Green+Blue) = 186+22+3=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1603 is #45E9FC. Grayscale: #454545. Windows color (decimal): -4581885 or 202426. OLE color: 202426.
HSL color Cylindrical-coordinate representation of color #BA1603: hue angle of 6.23º 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 #BA1603 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 3 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.27 |
| HSL | 6.23º | 0.97% | 0.37% | - |
| HSV(B) | 6.23º | 0.98% | 0.73% | - |
| XYZ | 20.55 | 11.02 | 1.13 | - |
| YUV | 68.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 3 | 0 | 0.88 | 0.98 | 0.27 | 6.23 | 0.97 | 0.37 |
| Hex | BA | 16 | 3 | 0 | 58 | 62 | 1B | 6 | 61 | 25 |
| Octal | 272 | 26 | 3 | 0 | 130 | 142 | 33 | 6 | 141 | 45 |
| Binary | 10111010 | 10110 | 11 | 0 | 1011000 | 1100010 | 11011 | 110 | 1100001 | 100101 |
Color Harmonies of #BA1603
Complementary color
Monochromatic Colors of #BA1603
Black with #BA1603
Text Example
Text Example
White with #BA1603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1603; }
p { color: rgb(186,22,3); }
H1.HeaderClassName
{
color: #BA1603;
}
.AnyTagClassName
{
color: #BA1603;
}
</style>
background-color css
<style>
a { background-color: #BA1603; }
a { background-color: rgb(186,22,3); }
div.DivClassName
{
background-color: #BA1603;
}
.BgClassName
{
background-color: #BA1603;
}
</style>
border-color css
<style>
span { border-color: #BA1603; }
span { border-color: rgb(186,22,3); }
td.TdClassName
{
border-color: #BA1603;
}
.TagClassName
{
border-color: #BA1603;
}
</style>