Shades of Venetian Red #BD051B
Tints of Venetian Red #BD051B
RGB
CMYK
RGB Variations
Color information
#BD051B (or 0xBD051B) is known color: Venetian Red. HEX triplet: BD, 05 and 1B. RGB value is (189,5,27). Sum of RGB (Red+Green+Blue) = 189+5+27=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD051B is #42FAE4. Grayscale: #3E3E3E. Windows color (decimal): -4389605 or 1770941. OLE color: 1770941.
HSL color Cylindrical-coordinate representation of color #BD051B: hue angle of 352.83º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD051B is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 27 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.26 |
| HSL | 352.83º | 0.95% | 0.38% | - |
| HSV(B) | 352.83º | 0.97% | 0.74% | - |
| XYZ | 21.24 | 11.01 | 2.04 | - |
| YUV | 62.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 27 | 0 | 0.97 | 0.86 | 0.26 | 352.83 | 0.95 | 0.38 |
| Hex | BD | 5 | 1B | 0 | 61 | 56 | 1A | 161 | 5F | 26 |
| Octal | 275 | 5 | 33 | 0 | 141 | 126 | 32 | 541 | 137 | 46 |
| Binary | 10111101 | 101 | 11011 | 0 | 1100001 | 1010110 | 11010 | 101100001 | 1011111 | 100110 |
Color Harmonies of #BD051B
Complementary color
Monochromatic Colors of #BD051B
Black with #BD051B
Text Example
Text Example
White with #BD051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD051B; }
p { color: rgb(189,5,27); }
H1.HeaderClassName
{
color: #BD051B;
}
.AnyTagClassName
{
color: #BD051B;
}
</style>
background-color css
<style>
a { background-color: #BD051B; }
a { background-color: rgb(189,5,27); }
div.DivClassName
{
background-color: #BD051B;
}
.BgClassName
{
background-color: #BD051B;
}
</style>
border-color css
<style>
span { border-color: #BD051B; }
span { border-color: rgb(189,5,27); }
td.TdClassName
{
border-color: #BD051B;
}
.TagClassName
{
border-color: #BD051B;
}
</style>