Shades of Venetian Red #BC090D
Tints of Venetian Red #BC090D
RGB
CMYK
RGB Variations
Color information
#BC090D (or 0xBC090D) is known color: Venetian Red. HEX triplet: BC, 09 and 0D. RGB value is (188,9,13). Sum of RGB (Red+Green+Blue) = 188+9+13=210 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.52% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 188 - color contains mainly: red. Hex color #BC090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC090D is #43F6F2. Grayscale: #3F3F3F. Windows color (decimal): -4454131 or 854460. OLE color: 854460.
HSL color Cylindrical-coordinate representation of color #BC090D: hue angle of 358.66º 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 #BC090D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 13 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.26 |
| HSL | 358.66º | 0.91% | 0.39% | - |
| HSV(B) | 358.66º | 0.95% | 0.74% | - |
| XYZ | 20.91 | 10.92 | 1.39 | - |
| YUV | 62.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 13 | 0 | 0.95 | 0.93 | 0.26 | 358.66 | 0.91 | 0.39 |
| Hex | BC | 9 | D | 0 | 5F | 5D | 1A | 167 | 5B | 27 |
| Octal | 274 | 11 | 15 | 0 | 137 | 135 | 32 | 547 | 133 | 47 |
| Binary | 10111100 | 1001 | 1101 | 0 | 1011111 | 1011101 | 11010 | 101100111 | 1011011 | 100111 |
Color Harmonies of #BC090D
Complementary color
Monochromatic Colors of #BC090D
Black with #BC090D
Text Example
Text Example
White with #BC090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC090D; }
p { color: rgb(188,9,13); }
H1.HeaderClassName
{
color: #BC090D;
}
.AnyTagClassName
{
color: #BC090D;
}
</style>
background-color css
<style>
a { background-color: #BC090D; }
a { background-color: rgb(188,9,13); }
div.DivClassName
{
background-color: #BC090D;
}
.BgClassName
{
background-color: #BC090D;
}
</style>
border-color css
<style>
span { border-color: #BC090D; }
span { border-color: rgb(188,9,13); }
td.TdClassName
{
border-color: #BC090D;
}
.TagClassName
{
border-color: #BC090D;
}
</style>