Shades of Venetian Red #BD0C25
Tints of Venetian Red #BD0C25
RGB
CMYK
RGB Variations
Color information
#BD0C25 (or 0xBD0C25) is known color: Venetian Red. HEX triplet: BD, 0C and 25. RGB value is (189,12,37). Sum of RGB (Red+Green+Blue) = 189+12+37=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C25 is #42F3DA. Grayscale: #434343. Windows color (decimal): -4387803 or 2428093. OLE color: 2428093.
HSL color Cylindrical-coordinate representation of color #BD0C25: hue angle of 351.53º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C25 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 37 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.26 |
| HSL | 351.53º | 0.88% | 0.39% | - |
| HSV(B) | 351.53º | 0.94% | 0.74% | - |
| XYZ | 21.45 | 11.22 | 2.78 | - |
| YUV | 67.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 37 | 0 | 0.94 | 0.80 | 0.26 | 351.53 | 0.88 | 0.39 |
| Hex | BD | C | 25 | 0 | 5E | 50 | 1A | 160 | 58 | 27 |
| Octal | 275 | 14 | 45 | 0 | 136 | 120 | 32 | 540 | 130 | 47 |
| Binary | 10111101 | 1100 | 100101 | 0 | 1011110 | 1010000 | 11010 | 101100000 | 1011000 | 100111 |
Color Harmonies of #BD0C25
Complementary color
Monochromatic Colors of #BD0C25
Black with #BD0C25
Text Example
Text Example
White with #BD0C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C25; }
p { color: rgb(189,12,37); }
H1.HeaderClassName
{
color: #BD0C25;
}
.AnyTagClassName
{
color: #BD0C25;
}
</style>
background-color css
<style>
a { background-color: #BD0C25; }
a { background-color: rgb(189,12,37); }
div.DivClassName
{
background-color: #BD0C25;
}
.BgClassName
{
background-color: #BD0C25;
}
</style>
border-color css
<style>
span { border-color: #BD0C25; }
span { border-color: rgb(189,12,37); }
td.TdClassName
{
border-color: #BD0C25;
}
.TagClassName
{
border-color: #BD0C25;
}
</style>