Shades of Venetian Red #BD030B
Tints of Venetian Red #BD030B
RGB
CMYK
RGB Variations
Color information
#BD030B (or 0xBD030B) is known color: Venetian Red. HEX triplet: BD, 03 and 0B. RGB value is (189,3,11). Sum of RGB (Red+Green+Blue) = 189+3+11=203 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.10% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 189 - color contains mainly: red. Hex color #BD030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD030B is #42FCF4. Grayscale: #3B3B3B. Windows color (decimal): -4390133 or 721853. OLE color: 721853.
HSL color Cylindrical-coordinate representation of color #BD030B: hue angle of 357.42º 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 #BD030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.26 |
| HSL | 357.42º | 0.97% | 0.38% | - |
| HSV(B) | 357.42º | 0.98% | 0.74% | - |
| XYZ | 21.08 | 10.91 | 1.31 | - |
| YUV | 59.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 11 | 0 | 0.98 | 0.94 | 0.26 | 357.42 | 0.97 | 0.38 |
| Hex | BD | 3 | B | 0 | 62 | 5E | 1A | 165 | 61 | 26 |
| Octal | 275 | 3 | 13 | 0 | 142 | 136 | 32 | 545 | 141 | 46 |
| Binary | 10111101 | 11 | 1011 | 0 | 1100010 | 1011110 | 11010 | 101100101 | 1100001 | 100110 |
Color Harmonies of #BD030B
Complementary color
Monochromatic Colors of #BD030B
Black with #BD030B
Text Example
Text Example
White with #BD030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD030B; }
p { color: rgb(189,3,11); }
H1.HeaderClassName
{
color: #BD030B;
}
.AnyTagClassName
{
color: #BD030B;
}
</style>
background-color css
<style>
a { background-color: #BD030B; }
a { background-color: rgb(189,3,11); }
div.DivClassName
{
background-color: #BD030B;
}
.BgClassName
{
background-color: #BD030B;
}
</style>
border-color css
<style>
span { border-color: #BD030B; }
span { border-color: rgb(189,3,11); }
td.TdClassName
{
border-color: #BD030B;
}
.TagClassName
{
border-color: #BD030B;
}
</style>