Shades of Venetian Red #BD0116
Tints of Venetian Red #BD0116
RGB
CMYK
RGB Variations
Color information
#BD0116 (or 0xBD0116) is known color: Venetian Red. HEX triplet: BD, 01 and 16. RGB value is (189,1,22). Sum of RGB (Red+Green+Blue) = 189+1+22=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0116 is #42FEE9. Grayscale: #3B3B3B. Windows color (decimal): -4390634 or 1442237. OLE color: 1442237.
HSL color Cylindrical-coordinate representation of color #BD0116: hue angle of 353.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0116 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.26 |
| HSL | 353.3º | 0.99% | 0.37% | - |
| HSV(B) | 353.3º | 0.99% | 0.74% | - |
| XYZ | 21.14 | 10.9 | 1.75 | - |
| YUV | 59.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 22 | 0 | 0.99 | 0.88 | 0.26 | 353.3 | 0.99 | 0.37 |
| Hex | BD | 1 | 16 | 0 | 63 | 58 | 1A | 161 | 63 | 25 |
| Octal | 275 | 1 | 26 | 0 | 143 | 130 | 32 | 541 | 143 | 45 |
| Binary | 10111101 | 1 | 10110 | 0 | 1100011 | 1011000 | 11010 | 101100001 | 1100011 | 100101 |
Color Harmonies of #BD0116
Complementary color
Monochromatic Colors of #BD0116
Black with #BD0116
Text Example
Text Example
White with #BD0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0116; }
p { color: rgb(189,1,22); }
H1.HeaderClassName
{
color: #BD0116;
}
.AnyTagClassName
{
color: #BD0116;
}
</style>
background-color css
<style>
a { background-color: #BD0116; }
a { background-color: rgb(189,1,22); }
div.DivClassName
{
background-color: #BD0116;
}
.BgClassName
{
background-color: #BD0116;
}
</style>
border-color css
<style>
span { border-color: #BD0116; }
span { border-color: rgb(189,1,22); }
td.TdClassName
{
border-color: #BD0116;
}
.TagClassName
{
border-color: #BD0116;
}
</style>