Shades of Venetian Red #BD081B
Tints of Venetian Red #BD081B
RGB
CMYK
RGB Variations
Color information
#BD081B (or 0xBD081B) is known color: Venetian Red. HEX triplet: BD, 08 and 1B. RGB value is (189,8,27). Sum of RGB (Red+Green+Blue) = 189+8+27=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD081B is #42F7E4. Grayscale: #404040. Windows color (decimal): -4388837 or 1771709. OLE color: 1771709.
HSL color Cylindrical-coordinate representation of color #BD081B: hue angle of 353.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD081B is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.26 |
| HSL | 353.7º | 0.92% | 0.39% | - |
| HSV(B) | 353.7º | 0.96% | 0.74% | - |
| XYZ | 21.27 | 11.07 | 2.05 | - |
| YUV | 64.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 27 | 0 | 0.96 | 0.86 | 0.26 | 353.7 | 0.92 | 0.39 |
| Hex | BD | 8 | 1B | 0 | 60 | 56 | 1A | 162 | 5C | 27 |
| Octal | 275 | 10 | 33 | 0 | 140 | 126 | 32 | 542 | 134 | 47 |
| Binary | 10111101 | 1000 | 11011 | 0 | 1100000 | 1010110 | 11010 | 101100010 | 1011100 | 100111 |
Color Harmonies of #BD081B
Complementary color
Monochromatic Colors of #BD081B
Black with #BD081B
Text Example
Text Example
White with #BD081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD081B; }
p { color: rgb(189,8,27); }
H1.HeaderClassName
{
color: #BD081B;
}
.AnyTagClassName
{
color: #BD081B;
}
</style>
background-color css
<style>
a { background-color: #BD081B; }
a { background-color: rgb(189,8,27); }
div.DivClassName
{
background-color: #BD081B;
}
.BgClassName
{
background-color: #BD081B;
}
</style>
border-color css
<style>
span { border-color: #BD081B; }
span { border-color: rgb(189,8,27); }
td.TdClassName
{
border-color: #BD081B;
}
.TagClassName
{
border-color: #BD081B;
}
</style>