Shades of Free Speech Red #BD0606
Tints of Free Speech Red #BD0606
RGB
CMYK
RGB Variations
Color information
#BD0606 (or 0xBD0606) is known color: Free Speech Red. HEX triplet: BD, 06 and 06. RGB value is (189,6,6). Sum of RGB (Red+Green+Blue) = 189+6+6=201 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.03% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0606 is #42F9F9. Grayscale: #3C3C3C. Windows color (decimal): -4389370 or 394941. OLE color: 394941.
HSL color Cylindrical-coordinate representation of color #BD0606: hue angle of 0º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0606 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 6 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.26 |
| HSL | 0º | 0.94% | 0.38% | - |
| HSV(B) | 0º | 0.97% | 0.74% | - |
| XYZ | 21.08 | 10.96 | 1.18 | - |
| YUV | 60.72 | 97.13 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 6 | 0 | 0.97 | 0.97 | 0.26 | 0 | 0.94 | 0.38 |
| Hex | BD | 6 | 6 | 0 | 61 | 61 | 1A | 0 | 5E | 26 |
| Octal | 275 | 6 | 6 | 0 | 141 | 141 | 32 | 0 | 136 | 46 |
| Binary | 10111101 | 110 | 110 | 0 | 1100001 | 1100001 | 11010 | 0 | 1011110 | 100110 |
Color Harmonies of #BD0606
Complementary color
Monochromatic Colors of #BD0606
Black with #BD0606
Text Example
Text Example
White with #BD0606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0606; }
p { color: rgb(189,6,6); }
H1.HeaderClassName
{
color: #BD0606;
}
.AnyTagClassName
{
color: #BD0606;
}
</style>
background-color css
<style>
a { background-color: #BD0606; }
a { background-color: rgb(189,6,6); }
div.DivClassName
{
background-color: #BD0606;
}
.BgClassName
{
background-color: #BD0606;
}
</style>
border-color css
<style>
span { border-color: #BD0606; }
span { border-color: rgb(189,6,6); }
td.TdClassName
{
border-color: #BD0606;
}
.TagClassName
{
border-color: #BD0606;
}
</style>