Shades of Venetian Red #BD1112
Tints of Venetian Red #BD1112
RGB
CMYK
RGB Variations
Color information
#BD1112 (or 0xBD1112) is known color: Venetian Red. HEX triplet: BD, 11 and 12. RGB value is (189,17,18). Sum of RGB (Red+Green+Blue) = 189+17+18=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1112 is #42EEED. Grayscale: #444444. Windows color (decimal): -4386542 or 1184189. OLE color: 1184189.
HSL color Cylindrical-coordinate representation of color #BD1112: hue angle of 359.65º 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 #BD1112 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 18 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.26 |
| HSL | 359.65º | 0.83% | 0.4% | - |
| HSV(B) | 359.65º | 0.91% | 0.74% | - |
| XYZ | 21.3 | 11.26 | 1.62 | - |
| YUV | 68.54 | 99.48 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 18 | 0 | 0.91 | 0.90 | 0.26 | 359.65 | 0.83 | 0.4 |
| Hex | BD | 11 | 12 | 0 | 5B | 5A | 1A | 168 | 53 | 28 |
| Octal | 275 | 21 | 22 | 0 | 133 | 132 | 32 | 550 | 123 | 50 |
| Binary | 10111101 | 10001 | 10010 | 0 | 1011011 | 1011010 | 11010 | 101101000 | 1010011 | 101000 |
Color Harmonies of #BD1112
Complementary color
Monochromatic Colors of #BD1112
Black with #BD1112
Text Example
Text Example
White with #BD1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1112; }
p { color: rgb(189,17,18); }
H1.HeaderClassName
{
color: #BD1112;
}
.AnyTagClassName
{
color: #BD1112;
}
</style>
background-color css
<style>
a { background-color: #BD1112; }
a { background-color: rgb(189,17,18); }
div.DivClassName
{
background-color: #BD1112;
}
.BgClassName
{
background-color: #BD1112;
}
</style>
border-color css
<style>
span { border-color: #BD1112; }
span { border-color: rgb(189,17,18); }
td.TdClassName
{
border-color: #BD1112;
}
.TagClassName
{
border-color: #BD1112;
}
</style>