Shades of Venetian Red #BD0F20
Tints of Venetian Red #BD0F20
RGB
CMYK
RGB Variations
Color information
#BD0F20 (or 0xBD0F20) is known color: Venetian Red. HEX triplet: BD, 0F and 20. RGB value is (189,15,32). Sum of RGB (Red+Green+Blue) = 189+15+32=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0F20 is #42F0DF. Grayscale: #454545. Windows color (decimal): -4387040 or 2101181. OLE color: 2101181.
HSL color Cylindrical-coordinate representation of color #BD0F20: hue angle of 354.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0F20 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 32 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.26 |
| HSL | 354.14º | 0.85% | 0.4% | - |
| HSV(B) | 354.14º | 0.92% | 0.74% | - |
| XYZ | 21.42 | 11.26 | 2.41 | - |
| YUV | 68.96 | 107.15 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 32 | 0 | 0.92 | 0.83 | 0.26 | 354.14 | 0.85 | 0.4 |
| Hex | BD | F | 20 | 0 | 5C | 53 | 1A | 162 | 55 | 28 |
| Octal | 275 | 17 | 40 | 0 | 134 | 123 | 32 | 542 | 125 | 50 |
| Binary | 10111101 | 1111 | 100000 | 0 | 1011100 | 1010011 | 11010 | 101100010 | 1010101 | 101000 |
Color Harmonies of #BD0F20
Complementary color
Monochromatic Colors of #BD0F20
Black with #BD0F20
Text Example
Text Example
White with #BD0F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F20; }
p { color: rgb(189,15,32); }
H1.HeaderClassName
{
color: #BD0F20;
}
.AnyTagClassName
{
color: #BD0F20;
}
</style>
background-color css
<style>
a { background-color: #BD0F20; }
a { background-color: rgb(189,15,32); }
div.DivClassName
{
background-color: #BD0F20;
}
.BgClassName
{
background-color: #BD0F20;
}
</style>
border-color css
<style>
span { border-color: #BD0F20; }
span { border-color: rgb(189,15,32); }
td.TdClassName
{
border-color: #BD0F20;
}
.TagClassName
{
border-color: #BD0F20;
}
</style>