Shades of Venetian Red #BD090C
Tints of Venetian Red #BD090C
RGB
CMYK
RGB Variations
Color information
#BD090C (or 0xBD090C) is known color: Venetian Red. HEX triplet: BD, 09 and 0C. RGB value is (189,9,12). Sum of RGB (Red+Green+Blue) = 189+9+12=210 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 189 - color contains mainly: red. Hex color #BD090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD090C is #42F6F3. Grayscale: #3F3F3F. Windows color (decimal): -4388596 or 788925. OLE color: 788925.
HSL color Cylindrical-coordinate representation of color #BD090C: hue angle of 359º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD090C is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 12 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.26 |
| HSL | 359º | 0.91% | 0.39% | - |
| HSV(B) | 359º | 0.95% | 0.74% | - |
| XYZ | 21.15 | 11.04 | 1.36 | - |
| YUV | 63.16 | 99.13 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 12 | 0 | 0.95 | 0.94 | 0.26 | 359 | 0.91 | 0.39 |
| Hex | BD | 9 | C | 0 | 5F | 5E | 1A | 167 | 5B | 27 |
| Octal | 275 | 11 | 14 | 0 | 137 | 136 | 32 | 547 | 133 | 47 |
| Binary | 10111101 | 1001 | 1100 | 0 | 1011111 | 1011110 | 11010 | 101100111 | 1011011 | 100111 |
Color Harmonies of #BD090C
Complementary color
Monochromatic Colors of #BD090C
Black with #BD090C
Text Example
Text Example
White with #BD090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD090C; }
p { color: rgb(189,9,12); }
H1.HeaderClassName
{
color: #BD090C;
}
.AnyTagClassName
{
color: #BD090C;
}
</style>
background-color css
<style>
a { background-color: #BD090C; }
a { background-color: rgb(189,9,12); }
div.DivClassName
{
background-color: #BD090C;
}
.BgClassName
{
background-color: #BD090C;
}
</style>
border-color css
<style>
span { border-color: #BD090C; }
span { border-color: rgb(189,9,12); }
td.TdClassName
{
border-color: #BD090C;
}
.TagClassName
{
border-color: #BD090C;
}
</style>