Shades of Venetian Red #BD0B1D
Tints of Venetian Red #BD0B1D
RGB
CMYK
RGB Variations
Color information
#BD0B1D (or 0xBD0B1D) is known color: Venetian Red. HEX triplet: BD, 0B and 1D. RGB value is (189,11,29). Sum of RGB (Red+Green+Blue) = 189+11+29=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0B1D is #42F4E2. Grayscale: #424242. Windows color (decimal): -4388067 or 1903549. OLE color: 1903549.
HSL color Cylindrical-coordinate representation of color #BD0B1D: hue angle of 353.93º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0B1D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 29 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.26 |
| HSL | 353.93º | 0.89% | 0.39% | - |
| HSV(B) | 353.93º | 0.94% | 0.74% | - |
| XYZ | 21.33 | 11.15 | 2.19 | - |
| YUV | 66.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 29 | 0 | 0.94 | 0.85 | 0.26 | 353.93 | 0.89 | 0.39 |
| Hex | BD | B | 1D | 0 | 5E | 55 | 1A | 162 | 59 | 27 |
| Octal | 275 | 13 | 35 | 0 | 136 | 125 | 32 | 542 | 131 | 47 |
| Binary | 10111101 | 1011 | 11101 | 0 | 1011110 | 1010101 | 11010 | 101100010 | 1011001 | 100111 |
Color Harmonies of #BD0B1D
Complementary color
Monochromatic Colors of #BD0B1D
Black with #BD0B1D
Text Example
Text Example
White with #BD0B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0B1D; }
p { color: rgb(189,11,29); }
H1.HeaderClassName
{
color: #BD0B1D;
}
.AnyTagClassName
{
color: #BD0B1D;
}
</style>
background-color css
<style>
a { background-color: #BD0B1D; }
a { background-color: rgb(189,11,29); }
div.DivClassName
{
background-color: #BD0B1D;
}
.BgClassName
{
background-color: #BD0B1D;
}
</style>
border-color css
<style>
span { border-color: #BD0B1D; }
span { border-color: rgb(189,11,29); }
td.TdClassName
{
border-color: #BD0B1D;
}
.TagClassName
{
border-color: #BD0B1D;
}
</style>