Shades of Venetian Red #BD0720
Tints of Venetian Red #BD0720
RGB
CMYK
RGB Variations
Color information
#BD0720 (or 0xBD0720) is known color: Venetian Red. HEX triplet: BD, 07 and 20. RGB value is (189,7,32). Sum of RGB (Red+Green+Blue) = 189+7+32=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0720 is #42F8DF. Grayscale: #404040. Windows color (decimal): -4389088 or 2099133. OLE color: 2099133.
HSL color Cylindrical-coordinate representation of color #BD0720: hue angle of 351.76º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0720 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 32 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.26 |
| HSL | 351.76º | 0.93% | 0.38% | - |
| HSV(B) | 351.76º | 0.96% | 0.74% | - |
| XYZ | 21.32 | 11.08 | 2.38 | - |
| YUV | 64.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 32 | 0 | 0.96 | 0.83 | 0.26 | 351.76 | 0.93 | 0.38 |
| Hex | BD | 7 | 20 | 0 | 60 | 53 | 1A | 160 | 5D | 26 |
| Octal | 275 | 7 | 40 | 0 | 140 | 123 | 32 | 540 | 135 | 46 |
| Binary | 10111101 | 111 | 100000 | 0 | 1100000 | 1010011 | 11010 | 101100000 | 1011101 | 100110 |
Color Harmonies of #BD0720
Complementary color
Monochromatic Colors of #BD0720
Black with #BD0720
Text Example
Text Example
White with #BD0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0720; }
p { color: rgb(189,7,32); }
H1.HeaderClassName
{
color: #BD0720;
}
.AnyTagClassName
{
color: #BD0720;
}
</style>
background-color css
<style>
a { background-color: #BD0720; }
a { background-color: rgb(189,7,32); }
div.DivClassName
{
background-color: #BD0720;
}
.BgClassName
{
background-color: #BD0720;
}
</style>
border-color css
<style>
span { border-color: #BD0720; }
span { border-color: rgb(189,7,32); }
td.TdClassName
{
border-color: #BD0720;
}
.TagClassName
{
border-color: #BD0720;
}
</style>