Shades of Venetian Red #BD0610
Tints of Venetian Red #BD0610
RGB
CMYK
RGB Variations
Color information
#BD0610 (or 0xBD0610) is known color: Venetian Red. HEX triplet: BD, 06 and 10. RGB value is (189,6,16). Sum of RGB (Red+Green+Blue) = 189+6+16=211 (27% of max value = 765). Red value is 189 (74.22% from 255 or 89.57% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0610 is #42F9EF. Grayscale: #3D3D3D. Windows color (decimal): -4389360 or 1050301. OLE color: 1050301.
HSL color Cylindrical-coordinate representation of color #BD0610: hue angle of 356.72º 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 #BD0610 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.26 |
| HSL | 356.72º | 0.94% | 0.38% | - |
| HSV(B) | 356.72º | 0.97% | 0.74% | - |
| XYZ | 21.14 | 10.99 | 1.5 | - |
| YUV | 61.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 16 | 0 | 0.97 | 0.92 | 0.26 | 356.72 | 0.94 | 0.38 |
| Hex | BD | 6 | 10 | 0 | 61 | 5C | 1A | 165 | 5E | 26 |
| Octal | 275 | 6 | 20 | 0 | 141 | 134 | 32 | 545 | 136 | 46 |
| Binary | 10111101 | 110 | 10000 | 0 | 1100001 | 1011100 | 11010 | 101100101 | 1011110 | 100110 |
Color Harmonies of #BD0610
Complementary color
Monochromatic Colors of #BD0610
Black with #BD0610
Text Example
Text Example
White with #BD0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0610; }
p { color: rgb(189,6,16); }
H1.HeaderClassName
{
color: #BD0610;
}
.AnyTagClassName
{
color: #BD0610;
}
</style>
background-color css
<style>
a { background-color: #BD0610; }
a { background-color: rgb(189,6,16); }
div.DivClassName
{
background-color: #BD0610;
}
.BgClassName
{
background-color: #BD0610;
}
</style>
border-color css
<style>
span { border-color: #BD0610; }
span { border-color: rgb(189,6,16); }
td.TdClassName
{
border-color: #BD0610;
}
.TagClassName
{
border-color: #BD0610;
}
</style>