Shades of Venetian Red #BD012C
Tints of Venetian Red #BD012C
RGB
CMYK
RGB Variations
Color information
#BD012C (or 0xBD012C) is known color: Venetian Red. HEX triplet: BD, 01 and 2C. RGB value is (189,1,44). Sum of RGB (Red+Green+Blue) = 189+1+44=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD012C is #42FED3. Grayscale: #3E3E3E. Windows color (decimal): -4390612 or 2884029. OLE color: 2884029.
HSL color Cylindrical-coordinate representation of color #BD012C: hue angle of 346.28º 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 #BD012C is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.26 |
| HSL | 346.28º | 0.99% | 0.37% | - |
| HSV(B) | 346.28º | 0.99% | 0.74% | - |
| XYZ | 21.45 | 11.02 | 3.38 | - |
| YUV | 62.11 | 117.78 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 44 | 0 | 0.99 | 0.77 | 0.26 | 346.28 | 0.99 | 0.37 |
| Hex | BD | 1 | 2C | 0 | 63 | 4D | 1A | 15A | 63 | 25 |
| Octal | 275 | 1 | 54 | 0 | 143 | 115 | 32 | 532 | 143 | 45 |
| Binary | 10111101 | 1 | 101100 | 0 | 1100011 | 1001101 | 11010 | 101011010 | 1100011 | 100101 |
Color Harmonies of #BD012C
Complementary color
Monochromatic Colors of #BD012C
Black with #BD012C
Text Example
Text Example
White with #BD012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD012C; }
p { color: rgb(189,1,44); }
H1.HeaderClassName
{
color: #BD012C;
}
.AnyTagClassName
{
color: #BD012C;
}
</style>
background-color css
<style>
a { background-color: #BD012C; }
a { background-color: rgb(189,1,44); }
div.DivClassName
{
background-color: #BD012C;
}
.BgClassName
{
background-color: #BD012C;
}
</style>
border-color css
<style>
span { border-color: #BD012C; }
span { border-color: rgb(189,1,44); }
td.TdClassName
{
border-color: #BD012C;
}
.TagClassName
{
border-color: #BD012C;
}
</style>