Shades of Venetian Red #BD121C
Tints of Venetian Red #BD121C
RGB
CMYK
RGB Variations
Color information
#BD121C (or 0xBD121C) is known color: Venetian Red. HEX triplet: BD, 12 and 1C. RGB value is (189,18,28). Sum of RGB (Red+Green+Blue) = 189+18+28=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD121C is #42EDE3. Grayscale: #464646. Windows color (decimal): -4386276 or 1839805. OLE color: 1839805.
HSL color Cylindrical-coordinate representation of color #BD121C: hue angle of 356.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD121C is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 28 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.26 |
| HSL | 356.49º | 0.83% | 0.41% | - |
| HSV(B) | 356.49º | 0.9% | 0.74% | - |
| XYZ | 21.41 | 11.34 | 2.16 | - |
| YUV | 70.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 28 | 0 | 0.90 | 0.85 | 0.26 | 356.49 | 0.83 | 0.41 |
| Hex | BD | 12 | 1C | 0 | 5A | 55 | 1A | 164 | 53 | 29 |
| Octal | 275 | 22 | 34 | 0 | 132 | 125 | 32 | 544 | 123 | 51 |
| Binary | 10111101 | 10010 | 11100 | 0 | 1011010 | 1010101 | 11010 | 101100100 | 1010011 | 101001 |
Color Harmonies of #BD121C
Complementary color
Monochromatic Colors of #BD121C
Black with #BD121C
Text Example
Text Example
White with #BD121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD121C; }
p { color: rgb(189,18,28); }
H1.HeaderClassName
{
color: #BD121C;
}
.AnyTagClassName
{
color: #BD121C;
}
</style>
background-color css
<style>
a { background-color: #BD121C; }
a { background-color: rgb(189,18,28); }
div.DivClassName
{
background-color: #BD121C;
}
.BgClassName
{
background-color: #BD121C;
}
</style>
border-color css
<style>
span { border-color: #BD121C; }
span { border-color: rgb(189,18,28); }
td.TdClassName
{
border-color: #BD121C;
}
.TagClassName
{
border-color: #BD121C;
}
</style>