Shades of Venetian Red #BD030D
Tints of Venetian Red #BD030D
RGB
CMYK
RGB Variations
Color information
#BD030D (or 0xBD030D) is known color: Venetian Red. HEX triplet: BD, 03 and 0D. RGB value is (189,3,13). Sum of RGB (Red+Green+Blue) = 189+3+13=205 (27% of max value = 765). Red value is 189 (74.22% from 255 or 92.20% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 189 - color contains mainly: red. Hex color #BD030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD030D is #42FCF2. Grayscale: #3B3B3B. Windows color (decimal): -4390131 or 852925. OLE color: 852925.
HSL color Cylindrical-coordinate representation of color #BD030D: hue angle of 356.77º 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 #BD030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.26 |
| HSL | 356.77º | 0.97% | 0.38% | - |
| HSV(B) | 356.77º | 0.98% | 0.74% | - |
| XYZ | 21.09 | 10.91 | 1.38 | - |
| YUV | 59.75 | 101.62 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 13 | 0 | 0.98 | 0.93 | 0.26 | 356.77 | 0.97 | 0.38 |
| Hex | BD | 3 | D | 0 | 62 | 5D | 1A | 165 | 61 | 26 |
| Octal | 275 | 3 | 15 | 0 | 142 | 135 | 32 | 545 | 141 | 46 |
| Binary | 10111101 | 11 | 1101 | 0 | 1100010 | 1011101 | 11010 | 101100101 | 1100001 | 100110 |
Color Harmonies of #BD030D
Complementary color
Monochromatic Colors of #BD030D
Black with #BD030D
Text Example
Text Example
White with #BD030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD030D; }
p { color: rgb(189,3,13); }
H1.HeaderClassName
{
color: #BD030D;
}
.AnyTagClassName
{
color: #BD030D;
}
</style>
background-color css
<style>
a { background-color: #BD030D; }
a { background-color: rgb(189,3,13); }
div.DivClassName
{
background-color: #BD030D;
}
.BgClassName
{
background-color: #BD030D;
}
</style>
border-color css
<style>
span { border-color: #BD030D; }
span { border-color: rgb(189,3,13); }
td.TdClassName
{
border-color: #BD030D;
}
.TagClassName
{
border-color: #BD030D;
}
</style>