Shades of Venetian Red #BD111B
Tints of Venetian Red #BD111B
RGB
CMYK
RGB Variations
Color information
#BD111B (or 0xBD111B) is known color: Venetian Red. HEX triplet: BD, 11 and 1B. RGB value is (189,17,27). Sum of RGB (Red+Green+Blue) = 189+17+27=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD111B is #42EEE4. Grayscale: #454545. Windows color (decimal): -4386533 or 1774013. OLE color: 1774013.
HSL color Cylindrical-coordinate representation of color #BD111B: hue angle of 356.51º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD111B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.26 |
| HSL | 356.51º | 0.83% | 0.4% | - |
| HSV(B) | 356.51º | 0.91% | 0.74% | - |
| XYZ | 21.38 | 11.3 | 2.09 | - |
| YUV | 69.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 27 | 0 | 0.91 | 0.86 | 0.26 | 356.51 | 0.83 | 0.4 |
| Hex | BD | 11 | 1B | 0 | 5B | 56 | 1A | 165 | 53 | 28 |
| Octal | 275 | 21 | 33 | 0 | 133 | 126 | 32 | 545 | 123 | 50 |
| Binary | 10111101 | 10001 | 11011 | 0 | 1011011 | 1010110 | 11010 | 101100101 | 1010011 | 101000 |
Color Harmonies of #BD111B
Complementary color
Monochromatic Colors of #BD111B
Black with #BD111B
Text Example
Text Example
White with #BD111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD111B; }
p { color: rgb(189,17,27); }
H1.HeaderClassName
{
color: #BD111B;
}
.AnyTagClassName
{
color: #BD111B;
}
</style>
background-color css
<style>
a { background-color: #BD111B; }
a { background-color: rgb(189,17,27); }
div.DivClassName
{
background-color: #BD111B;
}
.BgClassName
{
background-color: #BD111B;
}
</style>
border-color css
<style>
span { border-color: #BD111B; }
span { border-color: rgb(189,17,27); }
td.TdClassName
{
border-color: #BD111B;
}
.TagClassName
{
border-color: #BD111B;
}
</style>