Shades of Venetian Red #BD001D
Tints of Venetian Red #BD001D
RGB
CMYK
RGB Variations
Color information
#BD001D (or 0xBD001D) is known color: Venetian Red. HEX triplet: BD, 00 and 1D. RGB value is (189,0,29). Sum of RGB (Red+Green+Blue) = 189+0+29=218 (28% of max value = 765). Red value is 189 (74.22% from 255 or 86.70% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 189 - color contains mainly: red. Hex color #BD001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD001D is #42FFE2. Grayscale: #3B3B3B. Windows color (decimal): -4390883 or 1900733. OLE color: 1900733.
HSL color Cylindrical-coordinate representation of color #BD001D: hue angle of 350.79º 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 #BD001D is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.85 | 0.26 |
| HSL | 350.79º | 1% | 0.37% | - |
| HSV(B) | 350.79º | 1% | 0.74% | - |
| XYZ | 21.21 | 10.91 | 2.15 | - |
| YUV | 59.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 29 | 0 | 1 | 0.85 | 0.26 | 350.79 | 1 | 0.37 |
| Hex | BD | 0 | 1D | 0 | 64 | 55 | 1A | 15F | 64 | 25 |
| Octal | 275 | 0 | 35 | 0 | 144 | 125 | 32 | 537 | 144 | 45 |
| Binary | 10111101 | 0 | 11101 | 0 | 1100100 | 1010101 | 11010 | 101011111 | 1100100 | 100101 |
Color Harmonies of #BD001D
Complementary color
Monochromatic Colors of #BD001D
Black with #BD001D
Text Example
Text Example
White with #BD001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD001D; }
p { color: rgb(189,0,29); }
H1.HeaderClassName
{
color: #BD001D;
}
.AnyTagClassName
{
color: #BD001D;
}
</style>
background-color css
<style>
a { background-color: #BD001D; }
a { background-color: rgb(189,0,29); }
div.DivClassName
{
background-color: #BD001D;
}
.BgClassName
{
background-color: #BD001D;
}
</style>
border-color css
<style>
span { border-color: #BD001D; }
span { border-color: rgb(189,0,29); }
td.TdClassName
{
border-color: #BD001D;
}
.TagClassName
{
border-color: #BD001D;
}
</style>