Shades of Venetian Red #BD101B
Tints of Venetian Red #BD101B
RGB
CMYK
RGB Variations
Color information
#BD101B (or 0xBD101B) is known color: Venetian Red. HEX triplet: BD, 10 and 1B. RGB value is (189,16,27). Sum of RGB (Red+Green+Blue) = 189+16+27=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD101B is #42EFE4. Grayscale: #454545. Windows color (decimal): -4386789 or 1773757. OLE color: 1773757.
HSL color Cylindrical-coordinate representation of color #BD101B: hue angle of 356.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD101B is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 27 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.26 |
| HSL | 356.19º | 0.84% | 0.4% | - |
| HSV(B) | 356.19º | 0.92% | 0.74% | - |
| XYZ | 21.37 | 11.27 | 2.09 | - |
| YUV | 68.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 27 | 0 | 0.92 | 0.86 | 0.26 | 356.19 | 0.84 | 0.4 |
| Hex | BD | 10 | 1B | 0 | 5C | 56 | 1A | 164 | 54 | 28 |
| Octal | 275 | 20 | 33 | 0 | 134 | 126 | 32 | 544 | 124 | 50 |
| Binary | 10111101 | 10000 | 11011 | 0 | 1011100 | 1010110 | 11010 | 101100100 | 1010100 | 101000 |
Color Harmonies of #BD101B
Complementary color
Monochromatic Colors of #BD101B
Black with #BD101B
Text Example
Text Example
White with #BD101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD101B; }
p { color: rgb(189,16,27); }
H1.HeaderClassName
{
color: #BD101B;
}
.AnyTagClassName
{
color: #BD101B;
}
</style>
background-color css
<style>
a { background-color: #BD101B; }
a { background-color: rgb(189,16,27); }
div.DivClassName
{
background-color: #BD101B;
}
.BgClassName
{
background-color: #BD101B;
}
</style>
border-color css
<style>
span { border-color: #BD101B; }
span { border-color: rgb(189,16,27); }
td.TdClassName
{
border-color: #BD101B;
}
.TagClassName
{
border-color: #BD101B;
}
</style>