Shades of Venetian Red #BD0111
Tints of Venetian Red #BD0111
RGB
CMYK
RGB Variations
Color information
#BD0111 (or 0xBD0111) is known color: Venetian Red. HEX triplet: BD, 01 and 11. RGB value is (189,1,17). Sum of RGB (Red+Green+Blue) = 189+1+17=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0111 is #42FEEE. Grayscale: #3B3B3B. Windows color (decimal): -4390639 or 1114557. OLE color: 1114557.
HSL color Cylindrical-coordinate representation of color #BD0111: hue angle of 354.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0111 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.26 |
| HSL | 354.89º | 0.99% | 0.37% | - |
| HSV(B) | 354.89º | 0.99% | 0.74% | - |
| XYZ | 21.1 | 10.88 | 1.52 | - |
| YUV | 59.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 17 | 0 | 0.99 | 0.91 | 0.26 | 354.89 | 0.99 | 0.37 |
| Hex | BD | 1 | 11 | 0 | 63 | 5B | 1A | 163 | 63 | 25 |
| Octal | 275 | 1 | 21 | 0 | 143 | 133 | 32 | 543 | 143 | 45 |
| Binary | 10111101 | 1 | 10001 | 0 | 1100011 | 1011011 | 11010 | 101100011 | 1100011 | 100101 |
Color Harmonies of #BD0111
Complementary color
Monochromatic Colors of #BD0111
Black with #BD0111
Text Example
Text Example
White with #BD0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0111; }
p { color: rgb(189,1,17); }
H1.HeaderClassName
{
color: #BD0111;
}
.AnyTagClassName
{
color: #BD0111;
}
</style>
background-color css
<style>
a { background-color: #BD0111; }
a { background-color: rgb(189,1,17); }
div.DivClassName
{
background-color: #BD0111;
}
.BgClassName
{
background-color: #BD0111;
}
</style>
border-color css
<style>
span { border-color: #BD0111; }
span { border-color: rgb(189,1,17); }
td.TdClassName
{
border-color: #BD0111;
}
.TagClassName
{
border-color: #BD0111;
}
</style>