Shades of Venetian Red #BD0013
Tints of Venetian Red #BD0013
RGB
CMYK
RGB Variations
Color information
#BD0013 (or 0xBD0013) is known color: Venetian Red. HEX triplet: BD, 00 and 13. RGB value is (189,0,19). Sum of RGB (Red+Green+Blue) = 189+0+19=208 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.87% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0013 is #42FFEC. Grayscale: #3A3A3A. Windows color (decimal): -4390893 or 1245373. OLE color: 1245373.
HSL color Cylindrical-coordinate representation of color #BD0013: hue angle of 353.97º 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 #BD0013 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.90 | 0.26 |
| HSL | 353.97º | 1% | 0.37% | - |
| HSV(B) | 353.97º | 1% | 0.74% | - |
| XYZ | 21.1 | 10.87 | 1.6 | - |
| YUV | 58.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 19 | 0 | 1 | 0.90 | 0.26 | 353.97 | 1 | 0.37 |
| Hex | BD | 0 | 13 | 0 | 64 | 5A | 1A | 162 | 64 | 25 |
| Octal | 275 | 0 | 23 | 0 | 144 | 132 | 32 | 542 | 144 | 45 |
| Binary | 10111101 | 0 | 10011 | 0 | 1100100 | 1011010 | 11010 | 101100010 | 1100100 | 100101 |
Color Harmonies of #BD0013
Complementary color
Monochromatic Colors of #BD0013
Black with #BD0013
Text Example
Text Example
White with #BD0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0013; }
p { color: rgb(189,0,19); }
H1.HeaderClassName
{
color: #BD0013;
}
.AnyTagClassName
{
color: #BD0013;
}
</style>
background-color css
<style>
a { background-color: #BD0013; }
a { background-color: rgb(189,0,19); }
div.DivClassName
{
background-color: #BD0013;
}
.BgClassName
{
background-color: #BD0013;
}
</style>
border-color css
<style>
span { border-color: #BD0013; }
span { border-color: rgb(189,0,19); }
td.TdClassName
{
border-color: #BD0013;
}
.TagClassName
{
border-color: #BD0013;
}
</style>