Shades of Venetian Red #BD000B
Tints of Venetian Red #BD000B
RGB
CMYK
RGB Variations
Color information
#BD000B (or 0xBD000B) is known color: Venetian Red. HEX triplet: BD, 00 and 0B. RGB value is (189,0,11). Sum of RGB (Red+Green+Blue) = 189+0+11=200 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 189 - color contains mainly: red. Hex color #BD000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD000B is #42FFF4. Grayscale: #393939. Windows color (decimal): -4390901 or 721085. OLE color: 721085.
HSL color Cylindrical-coordinate representation of color #BD000B: hue angle of 356.51º 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 #BD000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.26 |
| HSL | 356.51º | 1% | 0.37% | - |
| HSV(B) | 356.51º | 1% | 0.74% | - |
| XYZ | 21.05 | 10.84 | 1.3 | - |
| YUV | 57.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 11 | 0 | 1 | 0.94 | 0.26 | 356.51 | 1 | 0.37 |
| Hex | BD | 0 | B | 0 | 64 | 5E | 1A | 165 | 64 | 25 |
| Octal | 275 | 0 | 13 | 0 | 144 | 136 | 32 | 545 | 144 | 45 |
| Binary | 10111101 | 0 | 1011 | 0 | 1100100 | 1011110 | 11010 | 101100101 | 1100100 | 100101 |
Color Harmonies of #BD000B
Complementary color
Monochromatic Colors of #BD000B
Black with #BD000B
Text Example
Text Example
White with #BD000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD000B; }
p { color: rgb(189,0,11); }
H1.HeaderClassName
{
color: #BD000B;
}
.AnyTagClassName
{
color: #BD000B;
}
</style>
background-color css
<style>
a { background-color: #BD000B; }
a { background-color: rgb(189,0,11); }
div.DivClassName
{
background-color: #BD000B;
}
.BgClassName
{
background-color: #BD000B;
}
</style>
border-color css
<style>
span { border-color: #BD000B; }
span { border-color: rgb(189,0,11); }
td.TdClassName
{
border-color: #BD000B;
}
.TagClassName
{
border-color: #BD000B;
}
</style>