Shades of Venetian Red #BD020B
Tints of Venetian Red #BD020B
RGB
CMYK
RGB Variations
Color information
#BD020B (or 0xBD020B) is known color: Venetian Red. HEX triplet: BD, 02 and 0B. RGB value is (189,2,11). Sum of RGB (Red+Green+Blue) = 189+2+11=202 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.56% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 189 - color contains mainly: red. Hex color #BD020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD020B is #42FDF4. Grayscale: #3B3B3B. Windows color (decimal): -4390389 or 721597. OLE color: 721597.
HSL color Cylindrical-coordinate representation of color #BD020B: hue angle of 357.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.26 |
| HSL | 357.11º | 0.98% | 0.37% | - |
| HSV(B) | 357.11º | 0.99% | 0.74% | - |
| XYZ | 21.07 | 10.89 | 1.31 | - |
| YUV | 58.94 | 100.95 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 11 | 0 | 0.99 | 0.94 | 0.26 | 357.11 | 0.98 | 0.37 |
| Hex | BD | 2 | B | 0 | 63 | 5E | 1A | 165 | 62 | 25 |
| Octal | 275 | 2 | 13 | 0 | 143 | 136 | 32 | 545 | 142 | 45 |
| Binary | 10111101 | 10 | 1011 | 0 | 1100011 | 1011110 | 11010 | 101100101 | 1100010 | 100101 |
Color Harmonies of #BD020B
Complementary color
Monochromatic Colors of #BD020B
Black with #BD020B
Text Example
Text Example
White with #BD020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD020B; }
p { color: rgb(189,2,11); }
H1.HeaderClassName
{
color: #BD020B;
}
.AnyTagClassName
{
color: #BD020B;
}
</style>
background-color css
<style>
a { background-color: #BD020B; }
a { background-color: rgb(189,2,11); }
div.DivClassName
{
background-color: #BD020B;
}
.BgClassName
{
background-color: #BD020B;
}
</style>
border-color css
<style>
span { border-color: #BD020B; }
span { border-color: rgb(189,2,11); }
td.TdClassName
{
border-color: #BD020B;
}
.TagClassName
{
border-color: #BD020B;
}
</style>