Shades of Free Speech Red #BD0D00
Tints of Free Speech Red #BD0D00
RGB
CMYK
RGB Variations
Color information
#BD0D00 (or 0xBD0D00) is known color: Free Speech Red. HEX triplet: BD, 0D and 00. RGB value is (189,13,0). Sum of RGB (Red+Green+Blue) = 189+13+0=202 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.56% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0D00 is #42F2FF. Grayscale: #404040. Windows color (decimal): -4387584 or 3517. OLE color: 3517.
HSL color Cylindrical-coordinate representation of color #BD0D00: hue angle of 4.13º 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 #BD0D00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.26 |
| HSL | 4.13º | 1% | 0.37% | - |
| HSV(B) | 4.13º | 1% | 0.74% | - |
| XYZ | 21.13 | 11.11 | 1.03 | - |
| YUV | 64.14 | 91.81 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 0 | 0 | 0.93 | 1 | 0.26 | 4.13 | 1 | 0.37 |
| Hex | BD | D | 0 | 0 | 5D | 64 | 1A | 4 | 64 | 25 |
| Octal | 275 | 15 | 0 | 0 | 135 | 144 | 32 | 4 | 144 | 45 |
| Binary | 10111101 | 1101 | 0 | 0 | 1011101 | 1100100 | 11010 | 100 | 1100100 | 100101 |
Color Harmonies of #BD0D00
Complementary color
Monochromatic Colors of #BD0D00
Black with #BD0D00
Text Example
Text Example
White with #BD0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0D00; }
p { color: rgb(189,13,0); }
H1.HeaderClassName
{
color: #BD0D00;
}
.AnyTagClassName
{
color: #BD0D00;
}
</style>
background-color css
<style>
a { background-color: #BD0D00; }
a { background-color: rgb(189,13,0); }
div.DivClassName
{
background-color: #BD0D00;
}
.BgClassName
{
background-color: #BD0D00;
}
</style>
border-color css
<style>
span { border-color: #BD0D00; }
span { border-color: rgb(189,13,0); }
td.TdClassName
{
border-color: #BD0D00;
}
.TagClassName
{
border-color: #BD0D00;
}
</style>