Shades of Venetian Red #BD0D24
Tints of Venetian Red #BD0D24
RGB
CMYK
RGB Variations
Color information
#BD0D24 (or 0xBD0D24) is known color: Venetian Red. HEX triplet: BD, 0D and 24. RGB value is (189,13,36). Sum of RGB (Red+Green+Blue) = 189+13+36=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0D24 is #42F2DB. Grayscale: #444444. Windows color (decimal): -4387548 or 2362813. OLE color: 2362813.
HSL color Cylindrical-coordinate representation of color #BD0D24: hue angle of 352.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0D24 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 36 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.26 |
| HSL | 352.16º | 0.87% | 0.4% | - |
| HSV(B) | 352.16º | 0.93% | 0.74% | - |
| XYZ | 21.45 | 11.23 | 2.71 | - |
| YUV | 68.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 36 | 0 | 0.93 | 0.81 | 0.26 | 352.16 | 0.87 | 0.4 |
| Hex | BD | D | 24 | 0 | 5D | 51 | 1A | 160 | 57 | 28 |
| Octal | 275 | 15 | 44 | 0 | 135 | 121 | 32 | 540 | 127 | 50 |
| Binary | 10111101 | 1101 | 100100 | 0 | 1011101 | 1010001 | 11010 | 101100000 | 1010111 | 101000 |
Color Harmonies of #BD0D24
Complementary color
Monochromatic Colors of #BD0D24
Black with #BD0D24
Text Example
Text Example
White with #BD0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0D24; }
p { color: rgb(189,13,36); }
H1.HeaderClassName
{
color: #BD0D24;
}
.AnyTagClassName
{
color: #BD0D24;
}
</style>
background-color css
<style>
a { background-color: #BD0D24; }
a { background-color: rgb(189,13,36); }
div.DivClassName
{
background-color: #BD0D24;
}
.BgClassName
{
background-color: #BD0D24;
}
</style>
border-color css
<style>
span { border-color: #BD0D24; }
span { border-color: rgb(189,13,36); }
td.TdClassName
{
border-color: #BD0D24;
}
.TagClassName
{
border-color: #BD0D24;
}
</style>