Shades of Venetian Red #BD091F
Tints of Venetian Red #BD091F
RGB
CMYK
RGB Variations
Color information
#BD091F (or 0xBD091F) is known color: Venetian Red. HEX triplet: BD, 09 and 1F. RGB value is (189,9,31). Sum of RGB (Red+Green+Blue) = 189+9+31=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD091F is #42F6E0. Grayscale: #414141. Windows color (decimal): -4388577 or 2034109. OLE color: 2034109.
HSL color Cylindrical-coordinate representation of color #BD091F: hue angle of 352.67º 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 #BD091F is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 31 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.26 |
| HSL | 352.67º | 0.91% | 0.39% | - |
| HSV(B) | 352.67º | 0.95% | 0.74% | - |
| XYZ | 21.33 | 11.11 | 2.32 | - |
| YUV | 65.33 | 108.63 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 31 | 0 | 0.95 | 0.84 | 0.26 | 352.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 1F | 0 | 5F | 54 | 1A | 161 | 5B | 27 |
| Octal | 275 | 11 | 37 | 0 | 137 | 124 | 32 | 541 | 133 | 47 |
| Binary | 10111101 | 1001 | 11111 | 0 | 1011111 | 1010100 | 11010 | 101100001 | 1011011 | 100111 |
Color Harmonies of #BD091F
Complementary color
Monochromatic Colors of #BD091F
Black with #BD091F
Text Example
Text Example
White with #BD091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD091F; }
p { color: rgb(189,9,31); }
H1.HeaderClassName
{
color: #BD091F;
}
.AnyTagClassName
{
color: #BD091F;
}
</style>
background-color css
<style>
a { background-color: #BD091F; }
a { background-color: rgb(189,9,31); }
div.DivClassName
{
background-color: #BD091F;
}
.BgClassName
{
background-color: #BD091F;
}
</style>
border-color css
<style>
span { border-color: #BD091F; }
span { border-color: rgb(189,9,31); }
td.TdClassName
{
border-color: #BD091F;
}
.TagClassName
{
border-color: #BD091F;
}
</style>