Shades of Venetian Red #BD001F
Tints of Venetian Red #BD001F
RGB
CMYK
RGB Variations
Color information
#BD001F (or 0xBD001F) is known color: Venetian Red. HEX triplet: BD, 00 and 1F. RGB value is (189,0,31). Sum of RGB (Red+Green+Blue) = 189+0+31=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD001F is #42FFE0. Grayscale: #3C3C3C. Windows color (decimal): -4390881 or 2031805. OLE color: 2031805.
HSL color Cylindrical-coordinate representation of color #BD001F: hue angle of 350.16º 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 #BD001F is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.84 | 0.26 |
| HSL | 350.16º | 1% | 0.37% | - |
| HSV(B) | 350.16º | 1% | 0.74% | - |
| XYZ | 21.23 | 10.92 | 2.28 | - |
| YUV | 60.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 31 | 0 | 1 | 0.84 | 0.26 | 350.16 | 1 | 0.37 |
| Hex | BD | 0 | 1F | 0 | 64 | 54 | 1A | 15E | 64 | 25 |
| Octal | 275 | 0 | 37 | 0 | 144 | 124 | 32 | 536 | 144 | 45 |
| Binary | 10111101 | 0 | 11111 | 0 | 1100100 | 1010100 | 11010 | 101011110 | 1100100 | 100101 |
Color Harmonies of #BD001F
Complementary color
Monochromatic Colors of #BD001F
Black with #BD001F
Text Example
Text Example
White with #BD001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD001F; }
p { color: rgb(189,0,31); }
H1.HeaderClassName
{
color: #BD001F;
}
.AnyTagClassName
{
color: #BD001F;
}
</style>
background-color css
<style>
a { background-color: #BD001F; }
a { background-color: rgb(189,0,31); }
div.DivClassName
{
background-color: #BD001F;
}
.BgClassName
{
background-color: #BD001F;
}
</style>
border-color css
<style>
span { border-color: #BD001F; }
span { border-color: rgb(189,0,31); }
td.TdClassName
{
border-color: #BD001F;
}
.TagClassName
{
border-color: #BD001F;
}
</style>