Shades of Free Speech Red #BD0000
Tints of Free Speech Red #BD0000
RGB
CMYK
RGB Variations
Color information
#BD0000 (or 0xBD0000) is known color: Free Speech Red. HEX triplet: BD, 00 and 00. RGB value is (189,0,0). Sum of RGB (Red+Green+Blue) = 189+0+0=189 (25% of max value = 765). Red value is 189 (74.22% from 255 or 100% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0000 is #42FFFF. Grayscale: #383838. Windows color (decimal): -4390912 or 189. OLE color: 189.
HSL color Cylindrical-coordinate representation of color #BD0000: hue angle of 0º 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 #BD0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.26 |
| HSL | 0º | 1% | 0.37% | - |
| HSV(B) | 0º | 1% | 0.74% | - |
| XYZ | 20.99 | 10.82 | 0.98 | - |
| YUV | 56.51 | 96.12 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 0 | 0 | 1 | 1 | 0.26 | 0 | 1 | 0.37 |
| Hex | BD | 0 | 0 | 0 | 64 | 64 | 1A | 0 | 64 | 25 |
| Octal | 275 | 0 | 0 | 0 | 144 | 144 | 32 | 0 | 144 | 45 |
| Binary | 10111101 | 0 | 0 | 0 | 1100100 | 1100100 | 11010 | 0 | 1100100 | 100101 |
Color Harmonies of #BD0000
Complementary color
Monochromatic Colors of #BD0000
Black with #BD0000
Text Example
Text Example
White with #BD0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0000; }
p { color: rgb(189,0,0); }
H1.HeaderClassName
{
color: #BD0000;
}
.AnyTagClassName
{
color: #BD0000;
}
</style>
background-color css
<style>
a { background-color: #BD0000; }
a { background-color: rgb(189,0,0); }
div.DivClassName
{
background-color: #BD0000;
}
.BgClassName
{
background-color: #BD0000;
}
</style>
border-color css
<style>
span { border-color: #BD0000; }
span { border-color: rgb(189,0,0); }
td.TdClassName
{
border-color: #BD0000;
}
.TagClassName
{
border-color: #BD0000;
}
</style>