Shades of Venetian Red #BD030E
Tints of Venetian Red #BD030E
RGB
CMYK
RGB Variations
Color information
#BD030E (or 0xBD030E) is known color: Venetian Red. HEX triplet: BD, 03 and 0E. RGB value is (189,3,14). Sum of RGB (Red+Green+Blue) = 189+3+14=206 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.75% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 189 - color contains mainly: red. Hex color #BD030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD030E is #42FCF1. Grayscale: #3C3C3C. Windows color (decimal): -4390130 or 918461. OLE color: 918461.
HSL color Cylindrical-coordinate representation of color #BD030E: hue angle of 356.45º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD030E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.26 |
| HSL | 356.45º | 0.97% | 0.38% | - |
| HSV(B) | 356.45º | 0.98% | 0.74% | - |
| XYZ | 21.1 | 10.92 | 1.41 | - |
| YUV | 59.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 14 | 0 | 0.98 | 0.93 | 0.26 | 356.45 | 0.97 | 0.38 |
| Hex | BD | 3 | E | 0 | 62 | 5D | 1A | 164 | 61 | 26 |
| Octal | 275 | 3 | 16 | 0 | 142 | 135 | 32 | 544 | 141 | 46 |
| Binary | 10111101 | 11 | 1110 | 0 | 1100010 | 1011101 | 11010 | 101100100 | 1100001 | 100110 |
Color Harmonies of #BD030E
Complementary color
Monochromatic Colors of #BD030E
Black with #BD030E
Text Example
Text Example
White with #BD030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD030E; }
p { color: rgb(189,3,14); }
H1.HeaderClassName
{
color: #BD030E;
}
.AnyTagClassName
{
color: #BD030E;
}
</style>
background-color css
<style>
a { background-color: #BD030E; }
a { background-color: rgb(189,3,14); }
div.DivClassName
{
background-color: #BD030E;
}
.BgClassName
{
background-color: #BD030E;
}
</style>
border-color css
<style>
span { border-color: #BD030E; }
span { border-color: rgb(189,3,14); }
td.TdClassName
{
border-color: #BD030E;
}
.TagClassName
{
border-color: #BD030E;
}
</style>