Shades of Venetian Red #BD0218
Tints of Venetian Red #BD0218
RGB
CMYK
RGB Variations
Color information
#BD0218 (or 0xBD0218) is known color: Venetian Red. HEX triplet: BD, 02 and 18. RGB value is (189,2,24). Sum of RGB (Red+Green+Blue) = 189+2+24=215 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.91% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0218 is #42FDE7. Grayscale: #3C3C3C. Windows color (decimal): -4390376 or 1573565. OLE color: 1573565.
HSL color Cylindrical-coordinate representation of color #BD0218: hue angle of 352.94º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0218 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.26 |
| HSL | 352.94º | 0.98% | 0.37% | - |
| HSV(B) | 352.94º | 0.99% | 0.74% | - |
| XYZ | 21.17 | 10.93 | 1.86 | - |
| YUV | 60.42 | 107.45 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 24 | 0 | 0.99 | 0.87 | 0.26 | 352.94 | 0.98 | 0.37 |
| Hex | BD | 2 | 18 | 0 | 63 | 57 | 1A | 161 | 62 | 25 |
| Octal | 275 | 2 | 30 | 0 | 143 | 127 | 32 | 541 | 142 | 45 |
| Binary | 10111101 | 10 | 11000 | 0 | 1100011 | 1010111 | 11010 | 101100001 | 1100010 | 100101 |
Color Harmonies of #BD0218
Complementary color
Monochromatic Colors of #BD0218
Black with #BD0218
Text Example
Text Example
White with #BD0218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0218; }
p { color: rgb(189,2,24); }
H1.HeaderClassName
{
color: #BD0218;
}
.AnyTagClassName
{
color: #BD0218;
}
</style>
background-color css
<style>
a { background-color: #BD0218; }
a { background-color: rgb(189,2,24); }
div.DivClassName
{
background-color: #BD0218;
}
.BgClassName
{
background-color: #BD0218;
}
</style>
border-color css
<style>
span { border-color: #BD0218; }
span { border-color: rgb(189,2,24); }
td.TdClassName
{
border-color: #BD0218;
}
.TagClassName
{
border-color: #BD0218;
}
</style>