Shades of Venetian Red #BD0023
Tints of Venetian Red #BD0023
RGB
CMYK
RGB Variations
Color information
#BD0023 (or 0xBD0023) is known color: Venetian Red. HEX triplet: BD, 00 and 23. RGB value is (189,0,35). Sum of RGB (Red+Green+Blue) = 189+0+35=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0023 is #42FFDC. Grayscale: #3C3C3C. Windows color (decimal): -4390877 or 2293949. OLE color: 2293949.
HSL color Cylindrical-coordinate representation of color #BD0023: hue angle of 348.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0023 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.81 | 0.26 |
| HSL | 348.89º | 1% | 0.37% | - |
| HSV(B) | 348.89º | 1% | 0.74% | - |
| XYZ | 21.29 | 10.94 | 2.58 | - |
| YUV | 60.5 | 113.62 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 35 | 0 | 1 | 0.81 | 0.26 | 348.89 | 1 | 0.37 |
| Hex | BD | 0 | 23 | 0 | 64 | 51 | 1A | 15D | 64 | 25 |
| Octal | 275 | 0 | 43 | 0 | 144 | 121 | 32 | 535 | 144 | 45 |
| Binary | 10111101 | 0 | 100011 | 0 | 1100100 | 1010001 | 11010 | 101011101 | 1100100 | 100101 |
Color Harmonies of #BD0023
Complementary color
Monochromatic Colors of #BD0023
Black with #BD0023
Text Example
Text Example
White with #BD0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0023; }
p { color: rgb(189,0,35); }
H1.HeaderClassName
{
color: #BD0023;
}
.AnyTagClassName
{
color: #BD0023;
}
</style>
background-color css
<style>
a { background-color: #BD0023; }
a { background-color: rgb(189,0,35); }
div.DivClassName
{
background-color: #BD0023;
}
.BgClassName
{
background-color: #BD0023;
}
</style>
border-color css
<style>
span { border-color: #BD0023; }
span { border-color: rgb(189,0,35); }
td.TdClassName
{
border-color: #BD0023;
}
.TagClassName
{
border-color: #BD0023;
}
</style>