Shades of Venetian Red #BD0620
Tints of Venetian Red #BD0620
RGB
CMYK
RGB Variations
Color information
#BD0620 (or 0xBD0620) is known color: Venetian Red. HEX triplet: BD, 06 and 20. RGB value is (189,6,32). Sum of RGB (Red+Green+Blue) = 189+6+32=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0620 is #42F9DF. Grayscale: #3F3F3F. Windows color (decimal): -4389344 or 2098877. OLE color: 2098877.
HSL color Cylindrical-coordinate representation of color #BD0620: hue angle of 351.48º 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 #BD0620 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.26 |
| HSL | 351.48º | 0.94% | 0.38% | - |
| HSV(B) | 351.48º | 0.97% | 0.74% | - |
| XYZ | 21.31 | 11.05 | 2.38 | - |
| YUV | 63.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 32 | 0 | 0.97 | 0.83 | 0.26 | 351.48 | 0.94 | 0.38 |
| Hex | BD | 6 | 20 | 0 | 61 | 53 | 1A | 15F | 5E | 26 |
| Octal | 275 | 6 | 40 | 0 | 141 | 123 | 32 | 537 | 136 | 46 |
| Binary | 10111101 | 110 | 100000 | 0 | 1100001 | 1010011 | 11010 | 101011111 | 1011110 | 100110 |
Color Harmonies of #BD0620
Complementary color
Monochromatic Colors of #BD0620
Black with #BD0620
Text Example
Text Example
White with #BD0620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0620; }
p { color: rgb(189,6,32); }
H1.HeaderClassName
{
color: #BD0620;
}
.AnyTagClassName
{
color: #BD0620;
}
</style>
background-color css
<style>
a { background-color: #BD0620; }
a { background-color: rgb(189,6,32); }
div.DivClassName
{
background-color: #BD0620;
}
.BgClassName
{
background-color: #BD0620;
}
</style>
border-color css
<style>
span { border-color: #BD0620; }
span { border-color: rgb(189,6,32); }
td.TdClassName
{
border-color: #BD0620;
}
.TagClassName
{
border-color: #BD0620;
}
</style>