Shades of Free Speech Red #BD0200
Tints of Free Speech Red #BD0200
RGB
CMYK
RGB Variations
Color information
#BD0200 (or 0xBD0200) is known color: Free Speech Red. HEX triplet: BD, 02 and 00. RGB value is (189,2,0). Sum of RGB (Red+Green+Blue) = 189+2+0=191 (25% of max value = 765). Red value is 189 (74.22% from 255 or 98.95% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0200 is #42FDFF. Grayscale: #393939. Windows color (decimal): -4390400 or 701. OLE color: 701.
HSL color Cylindrical-coordinate representation of color #BD0200: hue angle of 0.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.26 |
| HSL | 0.63º | 1% | 0.37% | - |
| HSV(B) | 0.63º | 1% | 0.74% | - |
| XYZ | 21.01 | 10.86 | 0.99 | - |
| YUV | 57.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 0 | 0 | 0.99 | 1 | 0.26 | 0.63 | 1 | 0.37 |
| Hex | BD | 2 | 0 | 0 | 63 | 64 | 1A | 1 | 64 | 25 |
| Octal | 275 | 2 | 0 | 0 | 143 | 144 | 32 | 1 | 144 | 45 |
| Binary | 10111101 | 10 | 0 | 0 | 1100011 | 1100100 | 11010 | 1 | 1100100 | 100101 |
Color Harmonies of #BD0200
Complementary color
Monochromatic Colors of #BD0200
Black with #BD0200
Text Example
Text Example
White with #BD0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0200; }
p { color: rgb(189,2,0); }
H1.HeaderClassName
{
color: #BD0200;
}
.AnyTagClassName
{
color: #BD0200;
}
</style>
background-color css
<style>
a { background-color: #BD0200; }
a { background-color: rgb(189,2,0); }
div.DivClassName
{
background-color: #BD0200;
}
.BgClassName
{
background-color: #BD0200;
}
</style>
border-color css
<style>
span { border-color: #BD0200; }
span { border-color: rgb(189,2,0); }
td.TdClassName
{
border-color: #BD0200;
}
.TagClassName
{
border-color: #BD0200;
}
</style>