Shades of Venetian Red #BD0C1E
Tints of Venetian Red #BD0C1E
RGB
CMYK
RGB Variations
Color information
#BD0C1E (or 0xBD0C1E) is known color: Venetian Red. HEX triplet: BD, 0C and 1E. RGB value is (189,12,30). Sum of RGB (Red+Green+Blue) = 189+12+30=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C1E is #42F3E1. Grayscale: #434343. Windows color (decimal): -4387810 or 1969341. OLE color: 1969341.
HSL color Cylindrical-coordinate representation of color #BD0C1E: hue angle of 353.9º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C1E is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 30 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.26 |
| HSL | 353.9º | 0.88% | 0.39% | - |
| HSV(B) | 353.9º | 0.94% | 0.74% | - |
| XYZ | 21.35 | 11.18 | 2.26 | - |
| YUV | 66.98 | 107.14 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 30 | 0 | 0.94 | 0.84 | 0.26 | 353.9 | 0.88 | 0.39 |
| Hex | BD | C | 1E | 0 | 5E | 54 | 1A | 162 | 58 | 27 |
| Octal | 275 | 14 | 36 | 0 | 136 | 124 | 32 | 542 | 130 | 47 |
| Binary | 10111101 | 1100 | 11110 | 0 | 1011110 | 1010100 | 11010 | 101100010 | 1011000 | 100111 |
Color Harmonies of #BD0C1E
Complementary color
Monochromatic Colors of #BD0C1E
Black with #BD0C1E
Text Example
Text Example
White with #BD0C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C1E; }
p { color: rgb(189,12,30); }
H1.HeaderClassName
{
color: #BD0C1E;
}
.AnyTagClassName
{
color: #BD0C1E;
}
</style>
background-color css
<style>
a { background-color: #BD0C1E; }
a { background-color: rgb(189,12,30); }
div.DivClassName
{
background-color: #BD0C1E;
}
.BgClassName
{
background-color: #BD0C1E;
}
</style>
border-color css
<style>
span { border-color: #BD0C1E; }
span { border-color: rgb(189,12,30); }
td.TdClassName
{
border-color: #BD0C1E;
}
.TagClassName
{
border-color: #BD0C1E;
}
</style>