Shades of Venetian Red #BD071B
Tints of Venetian Red #BD071B
RGB
CMYK
RGB Variations
Color information
#BD071B (or 0xBD071B) is known color: Venetian Red. HEX triplet: BD, 07 and 1B. RGB value is (189,7,27). Sum of RGB (Red+Green+Blue) = 189+7+27=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD071B is #42F8E4. Grayscale: #3F3F3F. Windows color (decimal): -4389093 or 1771453. OLE color: 1771453.
HSL color Cylindrical-coordinate representation of color #BD071B: hue angle of 353.41º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD071B is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.26 |
| HSL | 353.41º | 0.93% | 0.38% | - |
| HSV(B) | 353.41º | 0.96% | 0.74% | - |
| XYZ | 21.26 | 11.05 | 2.05 | - |
| YUV | 63.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 27 | 0 | 0.96 | 0.86 | 0.26 | 353.41 | 0.93 | 0.38 |
| Hex | BD | 7 | 1B | 0 | 60 | 56 | 1A | 161 | 5D | 26 |
| Octal | 275 | 7 | 33 | 0 | 140 | 126 | 32 | 541 | 135 | 46 |
| Binary | 10111101 | 111 | 11011 | 0 | 1100000 | 1010110 | 11010 | 101100001 | 1011101 | 100110 |
Color Harmonies of #BD071B
Complementary color
Monochromatic Colors of #BD071B
Black with #BD071B
Text Example
Text Example
White with #BD071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD071B; }
p { color: rgb(189,7,27); }
H1.HeaderClassName
{
color: #BD071B;
}
.AnyTagClassName
{
color: #BD071B;
}
</style>
background-color css
<style>
a { background-color: #BD071B; }
a { background-color: rgb(189,7,27); }
div.DivClassName
{
background-color: #BD071B;
}
.BgClassName
{
background-color: #BD071B;
}
</style>
border-color css
<style>
span { border-color: #BD071B; }
span { border-color: rgb(189,7,27); }
td.TdClassName
{
border-color: #BD071B;
}
.TagClassName
{
border-color: #BD071B;
}
</style>