Shades of Venetian Red #BC012A
Tints of Venetian Red #BC012A
RGB
CMYK
RGB Variations
Color information
#BC012A (or 0xBC012A) is known color: Venetian Red. HEX triplet: BC, 01 and 2A. RGB value is (188,1,42). Sum of RGB (Red+Green+Blue) = 188+1+42=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC012A is #43FED5. Grayscale: #3D3D3D. Windows color (decimal): -4456150 or 2752956. OLE color: 2752956.
HSL color Cylindrical-coordinate representation of color #BC012A: hue angle of 346.84º 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 #BC012A is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.26 |
| HSL | 346.84º | 0.99% | 0.37% | - |
| HSV(B) | 346.84º | 0.99% | 0.74% | - |
| XYZ | 21.17 | 10.88 | 3.17 | - |
| YUV | 61.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 42 | 0 | 0.99 | 0.78 | 0.26 | 346.84 | 0.99 | 0.37 |
| Hex | BC | 1 | 2A | 0 | 63 | 4E | 1A | 15B | 63 | 25 |
| Octal | 274 | 1 | 52 | 0 | 143 | 116 | 32 | 533 | 143 | 45 |
| Binary | 10111100 | 1 | 101010 | 0 | 1100011 | 1001110 | 11010 | 101011011 | 1100011 | 100101 |
Color Harmonies of #BC012A
Complementary color
Monochromatic Colors of #BC012A
Black with #BC012A
Text Example
Text Example
White with #BC012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC012A; }
p { color: rgb(188,1,42); }
H1.HeaderClassName
{
color: #BC012A;
}
.AnyTagClassName
{
color: #BC012A;
}
</style>
background-color css
<style>
a { background-color: #BC012A; }
a { background-color: rgb(188,1,42); }
div.DivClassName
{
background-color: #BC012A;
}
.BgClassName
{
background-color: #BC012A;
}
</style>
border-color css
<style>
span { border-color: #BC012A; }
span { border-color: rgb(188,1,42); }
td.TdClassName
{
border-color: #BC012A;
}
.TagClassName
{
border-color: #BC012A;
}
</style>