Shades of Venetian Red #BD032C
Tints of Venetian Red #BD032C
RGB
CMYK
RGB Variations
Color information
#BD032C (or 0xBD032C) is known color: Venetian Red. HEX triplet: BD, 03 and 2C. RGB value is (189,3,44). Sum of RGB (Red+Green+Blue) = 189+3+44=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD032C is #42FCD3. Grayscale: #3F3F3F. Windows color (decimal): -4390100 or 2884541. OLE color: 2884541.
HSL color Cylindrical-coordinate representation of color #BD032C: hue angle of 346.77º 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 #BD032C is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.26 |
| HSL | 346.77º | 0.97% | 0.38% | - |
| HSV(B) | 346.77º | 0.98% | 0.74% | - |
| XYZ | 21.47 | 11.07 | 3.39 | - |
| YUV | 63.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 44 | 0 | 0.98 | 0.77 | 0.26 | 346.77 | 0.97 | 0.38 |
| Hex | BD | 3 | 2C | 0 | 62 | 4D | 1A | 15B | 61 | 26 |
| Octal | 275 | 3 | 54 | 0 | 142 | 115 | 32 | 533 | 141 | 46 |
| Binary | 10111101 | 11 | 101100 | 0 | 1100010 | 1001101 | 11010 | 101011011 | 1100001 | 100110 |
Color Harmonies of #BD032C
Complementary color
Monochromatic Colors of #BD032C
Black with #BD032C
Text Example
Text Example
White with #BD032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD032C; }
p { color: rgb(189,3,44); }
H1.HeaderClassName
{
color: #BD032C;
}
.AnyTagClassName
{
color: #BD032C;
}
</style>
background-color css
<style>
a { background-color: #BD032C; }
a { background-color: rgb(189,3,44); }
div.DivClassName
{
background-color: #BD032C;
}
.BgClassName
{
background-color: #BD032C;
}
</style>
border-color css
<style>
span { border-color: #BD032C; }
span { border-color: rgb(189,3,44); }
td.TdClassName
{
border-color: #BD032C;
}
.TagClassName
{
border-color: #BD032C;
}
</style>