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