Shades of Venetian Red #BD091E
Tints of Venetian Red #BD091E
RGB
CMYK
RGB Variations
Color information
#BD091E (or 0xBD091E) is known color: Venetian Red. HEX triplet: BD, 09 and 1E. RGB value is (189,9,30). Sum of RGB (Red+Green+Blue) = 189+9+30=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD091E is #42F6E1. Grayscale: #414141. Windows color (decimal): -4388578 or 1968573. OLE color: 1968573.
HSL color Cylindrical-coordinate representation of color #BD091E: hue angle of 353º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD091E is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 30 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.26 |
| HSL | 353º | 0.91% | 0.39% | - |
| HSV(B) | 353º | 0.95% | 0.74% | - |
| XYZ | 21.32 | 11.11 | 2.25 | - |
| YUV | 65.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 30 | 0 | 0.95 | 0.84 | 0.26 | 353 | 0.91 | 0.39 |
| Hex | BD | 9 | 1E | 0 | 5F | 54 | 1A | 161 | 5B | 27 |
| Octal | 275 | 11 | 36 | 0 | 137 | 124 | 32 | 541 | 133 | 47 |
| Binary | 10111101 | 1001 | 11110 | 0 | 1011111 | 1010100 | 11010 | 101100001 | 1011011 | 100111 |
Color Harmonies of #BD091E
Complementary color
Monochromatic Colors of #BD091E
Black with #BD091E
Text Example
Text Example
White with #BD091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD091E; }
p { color: rgb(189,9,30); }
H1.HeaderClassName
{
color: #BD091E;
}
.AnyTagClassName
{
color: #BD091E;
}
</style>
background-color css
<style>
a { background-color: #BD091E; }
a { background-color: rgb(189,9,30); }
div.DivClassName
{
background-color: #BD091E;
}
.BgClassName
{
background-color: #BD091E;
}
</style>
border-color css
<style>
span { border-color: #BD091E; }
span { border-color: rgb(189,9,30); }
td.TdClassName
{
border-color: #BD091E;
}
.TagClassName
{
border-color: #BD091E;
}
</style>