Shades of Free Speech Red #BD0600
Tints of Free Speech Red #BD0600
RGB
CMYK
RGB Variations
Color information
#BD0600 (or 0xBD0600) is known color: Free Speech Red. HEX triplet: BD, 06 and 00. RGB value is (189,6,0). Sum of RGB (Red+Green+Blue) = 189+6+0=195 (25% of max value = 765). Red value is 189 (74.22% from 255 or 96.92% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0600 is #42F9FF. Grayscale: #3C3C3C. Windows color (decimal): -4389376 or 1725. OLE color: 1725.
HSL color Cylindrical-coordinate representation of color #BD0600: hue angle of 1.9º 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 #BD0600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.26 |
| HSL | 1.9º | 1% | 0.37% | - |
| HSV(B) | 1.9º | 1% | 0.74% | - |
| XYZ | 21.05 | 10.95 | 1 | - |
| YUV | 60.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 0 | 0 | 0.97 | 1 | 0.26 | 1.9 | 1 | 0.37 |
| Hex | BD | 6 | 0 | 0 | 61 | 64 | 1A | 2 | 64 | 25 |
| Octal | 275 | 6 | 0 | 0 | 141 | 144 | 32 | 2 | 144 | 45 |
| Binary | 10111101 | 110 | 0 | 0 | 1100001 | 1100100 | 11010 | 10 | 1100100 | 100101 |
Color Harmonies of #BD0600
Complementary color
Monochromatic Colors of #BD0600
Black with #BD0600
Text Example
Text Example
White with #BD0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0600; }
p { color: rgb(189,6,0); }
H1.HeaderClassName
{
color: #BD0600;
}
.AnyTagClassName
{
color: #BD0600;
}
</style>
background-color css
<style>
a { background-color: #BD0600; }
a { background-color: rgb(189,6,0); }
div.DivClassName
{
background-color: #BD0600;
}
.BgClassName
{
background-color: #BD0600;
}
</style>
border-color css
<style>
span { border-color: #BD0600; }
span { border-color: rgb(189,6,0); }
td.TdClassName
{
border-color: #BD0600;
}
.TagClassName
{
border-color: #BD0600;
}
</style>