Shades of Venetian Red #BD032A
Tints of Venetian Red #BD032A
RGB
CMYK
RGB Variations
Color information
#BD032A (or 0xBD032A) is known color: Venetian Red. HEX triplet: BD, 03 and 2A. RGB value is (189,3,42). Sum of RGB (Red+Green+Blue) = 189+3+42=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD032A is #42FCD5. Grayscale: #3F3F3F. Windows color (decimal): -4390102 or 2753469. OLE color: 2753469.
HSL color Cylindrical-coordinate representation of color #BD032A: hue angle of 347.42º 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 #BD032A is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.26 |
| HSL | 347.42º | 0.97% | 0.38% | - |
| HSV(B) | 347.42º | 0.98% | 0.74% | - |
| XYZ | 21.44 | 11.05 | 3.19 | - |
| YUV | 63.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 42 | 0 | 0.98 | 0.78 | 0.26 | 347.42 | 0.97 | 0.38 |
| Hex | BD | 3 | 2A | 0 | 62 | 4E | 1A | 15B | 61 | 26 |
| Octal | 275 | 3 | 52 | 0 | 142 | 116 | 32 | 533 | 141 | 46 |
| Binary | 10111101 | 11 | 101010 | 0 | 1100010 | 1001110 | 11010 | 101011011 | 1100001 | 100110 |
Color Harmonies of #BD032A
Complementary color
Monochromatic Colors of #BD032A
Black with #BD032A
Text Example
Text Example
White with #BD032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD032A; }
p { color: rgb(189,3,42); }
H1.HeaderClassName
{
color: #BD032A;
}
.AnyTagClassName
{
color: #BD032A;
}
</style>
background-color css
<style>
a { background-color: #BD032A; }
a { background-color: rgb(189,3,42); }
div.DivClassName
{
background-color: #BD032A;
}
.BgClassName
{
background-color: #BD032A;
}
</style>
border-color css
<style>
span { border-color: #BD032A; }
span { border-color: rgb(189,3,42); }
td.TdClassName
{
border-color: #BD032A;
}
.TagClassName
{
border-color: #BD032A;
}
</style>