Shades of Venetian Red #BD0B17
Tints of Venetian Red #BD0B17
RGB
CMYK
RGB Variations
Color information
#BD0B17 (or 0xBD0B17) is known color: Venetian Red. HEX triplet: BD, 0B and 17. RGB value is (189,11,23). Sum of RGB (Red+Green+Blue) = 189+11+23=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0B17 is #42F4E8. Grayscale: #414141. Windows color (decimal): -4388073 or 1510333. OLE color: 1510333.
HSL color Cylindrical-coordinate representation of color #BD0B17: hue angle of 355.96º 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 #BD0B17 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 23 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.26 |
| HSL | 355.96º | 0.89% | 0.39% | - |
| HSV(B) | 355.96º | 0.94% | 0.74% | - |
| XYZ | 21.26 | 11.12 | 1.84 | - |
| YUV | 65.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 23 | 0 | 0.94 | 0.88 | 0.26 | 355.96 | 0.89 | 0.39 |
| Hex | BD | B | 17 | 0 | 5E | 58 | 1A | 164 | 59 | 27 |
| Octal | 275 | 13 | 27 | 0 | 136 | 130 | 32 | 544 | 131 | 47 |
| Binary | 10111101 | 1011 | 10111 | 0 | 1011110 | 1011000 | 11010 | 101100100 | 1011001 | 100111 |
Color Harmonies of #BD0B17
Complementary color
Monochromatic Colors of #BD0B17
Black with #BD0B17
Text Example
Text Example
White with #BD0B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0B17; }
p { color: rgb(189,11,23); }
H1.HeaderClassName
{
color: #BD0B17;
}
.AnyTagClassName
{
color: #BD0B17;
}
</style>
background-color css
<style>
a { background-color: #BD0B17; }
a { background-color: rgb(189,11,23); }
div.DivClassName
{
background-color: #BD0B17;
}
.BgClassName
{
background-color: #BD0B17;
}
</style>
border-color css
<style>
span { border-color: #BD0B17; }
span { border-color: rgb(189,11,23); }
td.TdClassName
{
border-color: #BD0B17;
}
.TagClassName
{
border-color: #BD0B17;
}
</style>