Shades of Venetian Red #BD020F
Tints of Venetian Red #BD020F
RGB
CMYK
RGB Variations
Color information
#BD020F (or 0xBD020F) is known color: Venetian Red. HEX triplet: BD, 02 and 0F. RGB value is (189,2,15). Sum of RGB (Red+Green+Blue) = 189+2+15=206 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.75% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 189 - color contains mainly: red. Hex color #BD020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD020F is #42FDF0. Grayscale: #3B3B3B. Windows color (decimal): -4390385 or 983741. OLE color: 983741.
HSL color Cylindrical-coordinate representation of color #BD020F: hue angle of 355.83º 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 #BD020F is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.26 |
| HSL | 355.83º | 0.98% | 0.37% | - |
| HSV(B) | 355.83º | 0.99% | 0.74% | - |
| XYZ | 21.09 | 10.9 | 1.44 | - |
| YUV | 59.4 | 102.95 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 15 | 0 | 0.99 | 0.92 | 0.26 | 355.83 | 0.98 | 0.37 |
| Hex | BD | 2 | F | 0 | 63 | 5C | 1A | 164 | 62 | 25 |
| Octal | 275 | 2 | 17 | 0 | 143 | 134 | 32 | 544 | 142 | 45 |
| Binary | 10111101 | 10 | 1111 | 0 | 1100011 | 1011100 | 11010 | 101100100 | 1100010 | 100101 |
Color Harmonies of #BD020F
Complementary color
Monochromatic Colors of #BD020F
Black with #BD020F
Text Example
Text Example
White with #BD020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD020F; }
p { color: rgb(189,2,15); }
H1.HeaderClassName
{
color: #BD020F;
}
.AnyTagClassName
{
color: #BD020F;
}
</style>
background-color css
<style>
a { background-color: #BD020F; }
a { background-color: rgb(189,2,15); }
div.DivClassName
{
background-color: #BD020F;
}
.BgClassName
{
background-color: #BD020F;
}
</style>
border-color css
<style>
span { border-color: #BD020F; }
span { border-color: rgb(189,2,15); }
td.TdClassName
{
border-color: #BD020F;
}
.TagClassName
{
border-color: #BD020F;
}
</style>