Shades of Venetian Red #BC012D
Tints of Venetian Red #BC012D
RGB
CMYK
RGB Variations
Color information
#BC012D (or 0xBC012D) is known color: Venetian Red. HEX triplet: BC, 01 and 2D. RGB value is (188,1,45). Sum of RGB (Red+Green+Blue) = 188+1+45=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC012D is #43FED2. Grayscale: #3D3D3D. Windows color (decimal): -4456147 or 2949564. OLE color: 2949564.
HSL color Cylindrical-coordinate representation of color #BC012D: hue angle of 345.88º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC012D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.26 |
| HSL | 345.88º | 0.99% | 0.37% | - |
| HSV(B) | 345.88º | 0.99% | 0.74% | - |
| XYZ | 21.22 | 10.9 | 3.47 | - |
| YUV | 61.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 45 | 0 | 0.99 | 0.76 | 0.26 | 345.88 | 0.99 | 0.37 |
| Hex | BC | 1 | 2D | 0 | 63 | 4C | 1A | 15A | 63 | 25 |
| Octal | 274 | 1 | 55 | 0 | 143 | 114 | 32 | 532 | 143 | 45 |
| Binary | 10111100 | 1 | 101101 | 0 | 1100011 | 1001100 | 11010 | 101011010 | 1100011 | 100101 |
Color Harmonies of #BC012D
Complementary color
Monochromatic Colors of #BC012D
Black with #BC012D
Text Example
Text Example
White with #BC012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC012D; }
p { color: rgb(188,1,45); }
H1.HeaderClassName
{
color: #BC012D;
}
.AnyTagClassName
{
color: #BC012D;
}
</style>
background-color css
<style>
a { background-color: #BC012D; }
a { background-color: rgb(188,1,45); }
div.DivClassName
{
background-color: #BC012D;
}
.BgClassName
{
background-color: #BC012D;
}
</style>
border-color css
<style>
span { border-color: #BC012D; }
span { border-color: rgb(188,1,45); }
td.TdClassName
{
border-color: #BC012D;
}
.TagClassName
{
border-color: #BC012D;
}
</style>