Shades of Venetian Red #BD011C
Tints of Venetian Red #BD011C
RGB
CMYK
RGB Variations
Color information
#BD011C (or 0xBD011C) is known color: Venetian Red. HEX triplet: BD, 01 and 1C. RGB value is (189,1,28). Sum of RGB (Red+Green+Blue) = 189+1+28=218 (28% of max value = 765). Red value is 189 (74.22% from 255 or 86.70% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 189 - color contains mainly: red. Hex color #BD011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD011C is #42FEE3. Grayscale: #3C3C3C. Windows color (decimal): -4390628 or 1835453. OLE color: 1835453.
HSL color Cylindrical-coordinate representation of color #BD011C: hue angle of 351.38º 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 #BD011C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.26 |
| HSL | 351.38º | 0.99% | 0.37% | - |
| HSV(B) | 351.38º | 0.99% | 0.74% | - |
| XYZ | 21.21 | 10.92 | 2.09 | - |
| YUV | 60.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 28 | 0 | 0.99 | 0.85 | 0.26 | 351.38 | 0.99 | 0.37 |
| Hex | BD | 1 | 1C | 0 | 63 | 55 | 1A | 15F | 63 | 25 |
| Octal | 275 | 1 | 34 | 0 | 143 | 125 | 32 | 537 | 143 | 45 |
| Binary | 10111101 | 1 | 11100 | 0 | 1100011 | 1010101 | 11010 | 101011111 | 1100011 | 100101 |
Color Harmonies of #BD011C
Complementary color
Monochromatic Colors of #BD011C
Black with #BD011C
Text Example
Text Example
White with #BD011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD011C; }
p { color: rgb(189,1,28); }
H1.HeaderClassName
{
color: #BD011C;
}
.AnyTagClassName
{
color: #BD011C;
}
</style>
background-color css
<style>
a { background-color: #BD011C; }
a { background-color: rgb(189,1,28); }
div.DivClassName
{
background-color: #BD011C;
}
.BgClassName
{
background-color: #BD011C;
}
</style>
border-color css
<style>
span { border-color: #BD011C; }
span { border-color: rgb(189,1,28); }
td.TdClassName
{
border-color: #BD011C;
}
.TagClassName
{
border-color: #BD011C;
}
</style>