Shades of Venetian Red #BD000D
Tints of Venetian Red #BD000D
RGB
CMYK
RGB Variations
Color information
#BD000D (or 0xBD000D) is known color: Venetian Red. HEX triplet: BD, 00 and 0D. RGB value is (189,0,13). Sum of RGB (Red+Green+Blue) = 189+0+13=202 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.56% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 189 - color contains mainly: red. Hex color #BD000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD000D is #42FFF2. Grayscale: #3A3A3A. Windows color (decimal): -4390899 or 852157. OLE color: 852157.
HSL color Cylindrical-coordinate representation of color #BD000D: hue angle of 355.87º 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 #BD000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.93 | 0.26 |
| HSL | 355.87º | 1% | 0.37% | - |
| HSV(B) | 355.87º | 1% | 0.74% | - |
| XYZ | 21.06 | 10.85 | 1.36 | - |
| YUV | 57.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 13 | 0 | 1 | 0.93 | 0.26 | 355.87 | 1 | 0.37 |
| Hex | BD | 0 | D | 0 | 64 | 5D | 1A | 164 | 64 | 25 |
| Octal | 275 | 0 | 15 | 0 | 144 | 135 | 32 | 544 | 144 | 45 |
| Binary | 10111101 | 0 | 1101 | 0 | 1100100 | 1011101 | 11010 | 101100100 | 1100100 | 100101 |
Color Harmonies of #BD000D
Complementary color
Monochromatic Colors of #BD000D
Black with #BD000D
Text Example
Text Example
White with #BD000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD000D; }
p { color: rgb(189,0,13); }
H1.HeaderClassName
{
color: #BD000D;
}
.AnyTagClassName
{
color: #BD000D;
}
</style>
background-color css
<style>
a { background-color: #BD000D; }
a { background-color: rgb(189,0,13); }
div.DivClassName
{
background-color: #BD000D;
}
.BgClassName
{
background-color: #BD000D;
}
</style>
border-color css
<style>
span { border-color: #BD000D; }
span { border-color: rgb(189,0,13); }
td.TdClassName
{
border-color: #BD000D;
}
.TagClassName
{
border-color: #BD000D;
}
</style>