Shades of Venetian Red #BD111C
Tints of Venetian Red #BD111C
RGB
CMYK
RGB Variations
Color information
#BD111C (or 0xBD111C) is known color: Venetian Red. HEX triplet: BD, 11 and 1C. RGB value is (189,17,28). Sum of RGB (Red+Green+Blue) = 189+17+28=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD111C is #42EEE3. Grayscale: #454545. Windows color (decimal): -4386532 or 1839549. OLE color: 1839549.
HSL color Cylindrical-coordinate representation of color #BD111C: hue angle of 356.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD111C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 28 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.26 |
| HSL | 356.16º | 0.83% | 0.4% | - |
| HSV(B) | 356.16º | 0.91% | 0.74% | - |
| XYZ | 21.4 | 11.3 | 2.15 | - |
| YUV | 69.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 28 | 0 | 0.91 | 0.85 | 0.26 | 356.16 | 0.83 | 0.4 |
| Hex | BD | 11 | 1C | 0 | 5B | 55 | 1A | 164 | 53 | 28 |
| Octal | 275 | 21 | 34 | 0 | 133 | 125 | 32 | 544 | 123 | 50 |
| Binary | 10111101 | 10001 | 11100 | 0 | 1011011 | 1010101 | 11010 | 101100100 | 1010011 | 101000 |
Color Harmonies of #BD111C
Complementary color
Monochromatic Colors of #BD111C
Black with #BD111C
Text Example
Text Example
White with #BD111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD111C; }
p { color: rgb(189,17,28); }
H1.HeaderClassName
{
color: #BD111C;
}
.AnyTagClassName
{
color: #BD111C;
}
</style>
background-color css
<style>
a { background-color: #BD111C; }
a { background-color: rgb(189,17,28); }
div.DivClassName
{
background-color: #BD111C;
}
.BgClassName
{
background-color: #BD111C;
}
</style>
border-color css
<style>
span { border-color: #BD111C; }
span { border-color: rgb(189,17,28); }
td.TdClassName
{
border-color: #BD111C;
}
.TagClassName
{
border-color: #BD111C;
}
</style>