Shades of Venetian Red #BD032D
Tints of Venetian Red #BD032D
RGB
CMYK
RGB Variations
Color information
#BD032D (or 0xBD032D) is known color: Venetian Red. HEX triplet: BD, 03 and 2D. RGB value is (189,3,45). Sum of RGB (Red+Green+Blue) = 189+3+45=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD032D is #42FCD2. Grayscale: #3F3F3F. Windows color (decimal): -4390099 or 2950077. OLE color: 2950077.
HSL color Cylindrical-coordinate representation of color #BD032D: hue angle of 346.45º 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 #BD032D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.26 |
| HSL | 346.45º | 0.97% | 0.38% | - |
| HSV(B) | 346.45º | 0.98% | 0.74% | - |
| XYZ | 21.49 | 11.07 | 3.49 | - |
| YUV | 63.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 45 | 0 | 0.98 | 0.76 | 0.26 | 346.45 | 0.97 | 0.38 |
| Hex | BD | 3 | 2D | 0 | 62 | 4C | 1A | 15A | 61 | 26 |
| Octal | 275 | 3 | 55 | 0 | 142 | 114 | 32 | 532 | 141 | 46 |
| Binary | 10111101 | 11 | 101101 | 0 | 1100010 | 1001100 | 11010 | 101011010 | 1100001 | 100110 |
Color Harmonies of #BD032D
Complementary color
Monochromatic Colors of #BD032D
Black with #BD032D
Text Example
Text Example
White with #BD032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD032D; }
p { color: rgb(189,3,45); }
H1.HeaderClassName
{
color: #BD032D;
}
.AnyTagClassName
{
color: #BD032D;
}
</style>
background-color css
<style>
a { background-color: #BD032D; }
a { background-color: rgb(189,3,45); }
div.DivClassName
{
background-color: #BD032D;
}
.BgClassName
{
background-color: #BD032D;
}
</style>
border-color css
<style>
span { border-color: #BD032D; }
span { border-color: rgb(189,3,45); }
td.TdClassName
{
border-color: #BD032D;
}
.TagClassName
{
border-color: #BD032D;
}
</style>