Shades of Venetian Red #BD0315
Tints of Venetian Red #BD0315
RGB
CMYK
RGB Variations
Color information
#BD0315 (or 0xBD0315) is known color: Venetian Red. HEX triplet: BD, 03 and 15. RGB value is (189,3,21). Sum of RGB (Red+Green+Blue) = 189+3+21=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0315 is #42FCEA. Grayscale: #3C3C3C. Windows color (decimal): -4390123 or 1377213. OLE color: 1377213.
HSL color Cylindrical-coordinate representation of color #BD0315: hue angle of 354.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0315 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.26 |
| HSL | 354.19º | 0.97% | 0.38% | - |
| HSV(B) | 354.19º | 0.98% | 0.74% | - |
| XYZ | 21.15 | 10.94 | 1.71 | - |
| YUV | 60.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 21 | 0 | 0.98 | 0.89 | 0.26 | 354.19 | 0.97 | 0.38 |
| Hex | BD | 3 | 15 | 0 | 62 | 59 | 1A | 162 | 61 | 26 |
| Octal | 275 | 3 | 25 | 0 | 142 | 131 | 32 | 542 | 141 | 46 |
| Binary | 10111101 | 11 | 10101 | 0 | 1100010 | 1011001 | 11010 | 101100010 | 1100001 | 100110 |
Color Harmonies of #BD0315
Complementary color
Monochromatic Colors of #BD0315
Black with #BD0315
Text Example
Text Example
White with #BD0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0315; }
p { color: rgb(189,3,21); }
H1.HeaderClassName
{
color: #BD0315;
}
.AnyTagClassName
{
color: #BD0315;
}
</style>
background-color css
<style>
a { background-color: #BD0315; }
a { background-color: rgb(189,3,21); }
div.DivClassName
{
background-color: #BD0315;
}
.BgClassName
{
background-color: #BD0315;
}
</style>
border-color css
<style>
span { border-color: #BD0315; }
span { border-color: rgb(189,3,21); }
td.TdClassName
{
border-color: #BD0315;
}
.TagClassName
{
border-color: #BD0315;
}
</style>