Shades of Venetian Red #BC030D
Tints of Venetian Red #BC030D
RGB
CMYK
RGB Variations
Color information
#BC030D (or 0xBC030D) is known color: Venetian Red. HEX triplet: BC, 03 and 0D. RGB value is (188,3,13). Sum of RGB (Red+Green+Blue) = 188+3+13=204 (27% of max value = 765). Red value is 188 (73.83% from 255 or 92.16% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 188 - color contains mainly: red. Hex color #BC030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC030D is #43FCF2. Grayscale: #3B3B3B. Windows color (decimal): -4455667 or 852924. OLE color: 852924.
HSL color Cylindrical-coordinate representation of color #BC030D: hue angle of 356.76º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.26 |
| HSL | 356.76º | 0.97% | 0.37% | - |
| HSV(B) | 356.76º | 0.98% | 0.74% | - |
| XYZ | 20.84 | 10.79 | 1.36 | - |
| YUV | 59.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 13 | 0 | 0.98 | 0.93 | 0.26 | 356.76 | 0.97 | 0.37 |
| Hex | BC | 3 | D | 0 | 62 | 5D | 1A | 165 | 61 | 25 |
| Octal | 274 | 3 | 15 | 0 | 142 | 135 | 32 | 545 | 141 | 45 |
| Binary | 10111100 | 11 | 1101 | 0 | 1100010 | 1011101 | 11010 | 101100101 | 1100001 | 100101 |
Color Harmonies of #BC030D
Complementary color
Monochromatic Colors of #BC030D
Black with #BC030D
Text Example
Text Example
White with #BC030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC030D; }
p { color: rgb(188,3,13); }
H1.HeaderClassName
{
color: #BC030D;
}
.AnyTagClassName
{
color: #BC030D;
}
</style>
background-color css
<style>
a { background-color: #BC030D; }
a { background-color: rgb(188,3,13); }
div.DivClassName
{
background-color: #BC030D;
}
.BgClassName
{
background-color: #BC030D;
}
</style>
border-color css
<style>
span { border-color: #BC030D; }
span { border-color: rgb(188,3,13); }
td.TdClassName
{
border-color: #BC030D;
}
.TagClassName
{
border-color: #BC030D;
}
</style>