Shades of Venetian Red #BD0716
Tints of Venetian Red #BD0716
RGB
CMYK
RGB Variations
Color information
#BD0716 (or 0xBD0716) is known color: Venetian Red. HEX triplet: BD, 07 and 16. RGB value is (189,7,22). Sum of RGB (Red+Green+Blue) = 189+7+22=218 (28% of max value = 765). Red value is 189 (74.22% from 255 or 86.70% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0716 is #42F8E9. Grayscale: #3F3F3F. Windows color (decimal): -4389098 or 1443773. OLE color: 1443773.
HSL color Cylindrical-coordinate representation of color #BD0716: hue angle of 355.05º 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 #BD0716 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 22 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.26 |
| HSL | 355.05º | 0.93% | 0.38% | - |
| HSV(B) | 355.05º | 0.96% | 0.74% | - |
| XYZ | 21.21 | 11.03 | 1.77 | - |
| YUV | 63.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 22 | 0 | 0.96 | 0.88 | 0.26 | 355.05 | 0.93 | 0.38 |
| Hex | BD | 7 | 16 | 0 | 60 | 58 | 1A | 163 | 5D | 26 |
| Octal | 275 | 7 | 26 | 0 | 140 | 130 | 32 | 543 | 135 | 46 |
| Binary | 10111101 | 111 | 10110 | 0 | 1100000 | 1011000 | 11010 | 101100011 | 1011101 | 100110 |
Color Harmonies of #BD0716
Complementary color
Monochromatic Colors of #BD0716
Black with #BD0716
Text Example
Text Example
White with #BD0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0716; }
p { color: rgb(189,7,22); }
H1.HeaderClassName
{
color: #BD0716;
}
.AnyTagClassName
{
color: #BD0716;
}
</style>
background-color css
<style>
a { background-color: #BD0716; }
a { background-color: rgb(189,7,22); }
div.DivClassName
{
background-color: #BD0716;
}
.BgClassName
{
background-color: #BD0716;
}
</style>
border-color css
<style>
span { border-color: #BD0716; }
span { border-color: rgb(189,7,22); }
td.TdClassName
{
border-color: #BD0716;
}
.TagClassName
{
border-color: #BD0716;
}
</style>