Shades of Venetian Red #BD141B
Tints of Venetian Red #BD141B
RGB
CMYK
RGB Variations
Color information
#BD141B (or 0xBD141B) is known color: Venetian Red. HEX triplet: BD, 14 and 1B. RGB value is (189,20,27). Sum of RGB (Red+Green+Blue) = 189+20+27=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD141B is #42EBE4. Grayscale: #474747. Windows color (decimal): -4385765 or 1774781. OLE color: 1774781.
HSL color Cylindrical-coordinate representation of color #BD141B: hue angle of 357.51º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD141B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 27 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.26 |
| HSL | 357.51º | 0.81% | 0.41% | - |
| HSV(B) | 357.51º | 0.89% | 0.74% | - |
| XYZ | 21.43 | 11.4 | 2.11 | - |
| YUV | 71.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 27 | 0 | 0.89 | 0.86 | 0.26 | 357.51 | 0.81 | 0.41 |
| Hex | BD | 14 | 1B | 0 | 59 | 56 | 1A | 166 | 51 | 29 |
| Octal | 275 | 24 | 33 | 0 | 131 | 126 | 32 | 546 | 121 | 51 |
| Binary | 10111101 | 10100 | 11011 | 0 | 1011001 | 1010110 | 11010 | 101100110 | 1010001 | 101001 |
Color Harmonies of #BD141B
Complementary color
Monochromatic Colors of #BD141B
Black with #BD141B
Text Example
Text Example
White with #BD141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD141B; }
p { color: rgb(189,20,27); }
H1.HeaderClassName
{
color: #BD141B;
}
.AnyTagClassName
{
color: #BD141B;
}
</style>
background-color css
<style>
a { background-color: #BD141B; }
a { background-color: rgb(189,20,27); }
div.DivClassName
{
background-color: #BD141B;
}
.BgClassName
{
background-color: #BD141B;
}
</style>
border-color css
<style>
span { border-color: #BD141B; }
span { border-color: rgb(189,20,27); }
td.TdClassName
{
border-color: #BD141B;
}
.TagClassName
{
border-color: #BD141B;
}
</style>