Shades of Venetian Red #BD0016
Tints of Venetian Red #BD0016
RGB
CMYK
RGB Variations
Color information
#BD0016 (or 0xBD0016) is known color: Venetian Red. HEX triplet: BD, 00 and 16. RGB value is (189,0,22). Sum of RGB (Red+Green+Blue) = 189+0+22=211 (27% of max value = 765). Red value is 189 (74.22% from 255 or 89.57% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0016 is #42FFE9. Grayscale: #3B3B3B. Windows color (decimal): -4390890 or 1441981. OLE color: 1441981.
HSL color Cylindrical-coordinate representation of color #BD0016: hue angle of 353.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0016 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.88 | 0.26 |
| HSL | 353.02º | 1% | 0.37% | - |
| HSV(B) | 353.02º | 1% | 0.74% | - |
| XYZ | 21.13 | 10.88 | 1.74 | - |
| YUV | 59.02 | 107.12 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 22 | 0 | 1 | 0.88 | 0.26 | 353.02 | 1 | 0.37 |
| Hex | BD | 0 | 16 | 0 | 64 | 58 | 1A | 161 | 64 | 25 |
| Octal | 275 | 0 | 26 | 0 | 144 | 130 | 32 | 541 | 144 | 45 |
| Binary | 10111101 | 0 | 10110 | 0 | 1100100 | 1011000 | 11010 | 101100001 | 1100100 | 100101 |
Color Harmonies of #BD0016
Complementary color
Monochromatic Colors of #BD0016
Black with #BD0016
Text Example
Text Example
White with #BD0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0016; }
p { color: rgb(189,0,22); }
H1.HeaderClassName
{
color: #BD0016;
}
.AnyTagClassName
{
color: #BD0016;
}
</style>
background-color css
<style>
a { background-color: #BD0016; }
a { background-color: rgb(189,0,22); }
div.DivClassName
{
background-color: #BD0016;
}
.BgClassName
{
background-color: #BD0016;
}
</style>
border-color css
<style>
span { border-color: #BD0016; }
span { border-color: rgb(189,0,22); }
td.TdClassName
{
border-color: #BD0016;
}
.TagClassName
{
border-color: #BD0016;
}
</style>