Shades of Venetian Red #BD031D
Tints of Venetian Red #BD031D
RGB
CMYK
RGB Variations
Color information
#BD031D (or 0xBD031D) is known color: Venetian Red. HEX triplet: BD, 03 and 1D. RGB value is (189,3,29). Sum of RGB (Red+Green+Blue) = 189+3+29=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD031D is #42FCE2. Grayscale: #3D3D3D. Windows color (decimal): -4390115 or 1901501. OLE color: 1901501.
HSL color Cylindrical-coordinate representation of color #BD031D: hue angle of 351.61º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD031D is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.26 |
| HSL | 351.61º | 0.97% | 0.38% | - |
| HSV(B) | 351.61º | 0.98% | 0.74% | - |
| XYZ | 21.24 | 10.97 | 2.16 | - |
| YUV | 61.58 | 109.62 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 29 | 0 | 0.98 | 0.85 | 0.26 | 351.61 | 0.97 | 0.38 |
| Hex | BD | 3 | 1D | 0 | 62 | 55 | 1A | 160 | 61 | 26 |
| Octal | 275 | 3 | 35 | 0 | 142 | 125 | 32 | 540 | 141 | 46 |
| Binary | 10111101 | 11 | 11101 | 0 | 1100010 | 1010101 | 11010 | 101100000 | 1100001 | 100110 |
Color Harmonies of #BD031D
Complementary color
Monochromatic Colors of #BD031D
Black with #BD031D
Text Example
Text Example
White with #BD031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD031D; }
p { color: rgb(189,3,29); }
H1.HeaderClassName
{
color: #BD031D;
}
.AnyTagClassName
{
color: #BD031D;
}
</style>
background-color css
<style>
a { background-color: #BD031D; }
a { background-color: rgb(189,3,29); }
div.DivClassName
{
background-color: #BD031D;
}
.BgClassName
{
background-color: #BD031D;
}
</style>
border-color css
<style>
span { border-color: #BD031D; }
span { border-color: rgb(189,3,29); }
td.TdClassName
{
border-color: #BD031D;
}
.TagClassName
{
border-color: #BD031D;
}
</style>