Shades of Venetian Red #BD0B1C
Tints of Venetian Red #BD0B1C
RGB
CMYK
RGB Variations
Color information
#BD0B1C (or 0xBD0B1C) is known color: Venetian Red. HEX triplet: BD, 0B and 1C. RGB value is (189,11,28). Sum of RGB (Red+Green+Blue) = 189+11+28=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0B1C is #42F4E3. Grayscale: #424242. Windows color (decimal): -4388068 or 1838013. OLE color: 1838013.
HSL color Cylindrical-coordinate representation of color #BD0B1C: hue angle of 354.27º degrees, saturation: 0.89, 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 #BD0B1C is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 28 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.26 |
| HSL | 354.27º | 0.89% | 0.39% | - |
| HSV(B) | 354.27º | 0.94% | 0.74% | - |
| XYZ | 21.32 | 11.14 | 2.13 | - |
| YUV | 66.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 28 | 0 | 0.94 | 0.85 | 0.26 | 354.27 | 0.89 | 0.39 |
| Hex | BD | B | 1C | 0 | 5E | 55 | 1A | 162 | 59 | 27 |
| Octal | 275 | 13 | 34 | 0 | 136 | 125 | 32 | 542 | 131 | 47 |
| Binary | 10111101 | 1011 | 11100 | 0 | 1011110 | 1010101 | 11010 | 101100010 | 1011001 | 100111 |
Color Harmonies of #BD0B1C
Complementary color
Monochromatic Colors of #BD0B1C
Black with #BD0B1C
Text Example
Text Example
White with #BD0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0B1C; }
p { color: rgb(189,11,28); }
H1.HeaderClassName
{
color: #BD0B1C;
}
.AnyTagClassName
{
color: #BD0B1C;
}
</style>
background-color css
<style>
a { background-color: #BD0B1C; }
a { background-color: rgb(189,11,28); }
div.DivClassName
{
background-color: #BD0B1C;
}
.BgClassName
{
background-color: #BD0B1C;
}
</style>
border-color css
<style>
span { border-color: #BD0B1C; }
span { border-color: rgb(189,11,28); }
td.TdClassName
{
border-color: #BD0B1C;
}
.TagClassName
{
border-color: #BD0B1C;
}
</style>