Shades of Venetian Red #BD121B
Tints of Venetian Red #BD121B
RGB
CMYK
RGB Variations
Color information
#BD121B (or 0xBD121B) is known color: Venetian Red. HEX triplet: BD, 12 and 1B. RGB value is (189,18,27). Sum of RGB (Red+Green+Blue) = 189+18+27=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD121B is #42EDE4. Grayscale: #464646. Windows color (decimal): -4386277 or 1774269. OLE color: 1774269.
HSL color Cylindrical-coordinate representation of color #BD121B: hue angle of 356.84º 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 #BD121B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.26 |
| HSL | 356.84º | 0.83% | 0.41% | - |
| HSV(B) | 356.84º | 0.9% | 0.74% | - |
| XYZ | 21.4 | 11.33 | 2.1 | - |
| YUV | 70.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 27 | 0 | 0.90 | 0.86 | 0.26 | 356.84 | 0.83 | 0.41 |
| Hex | BD | 12 | 1B | 0 | 5A | 56 | 1A | 165 | 53 | 29 |
| Octal | 275 | 22 | 33 | 0 | 132 | 126 | 32 | 545 | 123 | 51 |
| Binary | 10111101 | 10010 | 11011 | 0 | 1011010 | 1010110 | 11010 | 101100101 | 1010011 | 101001 |
Color Harmonies of #BD121B
Complementary color
Monochromatic Colors of #BD121B
Black with #BD121B
Text Example
Text Example
White with #BD121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD121B; }
p { color: rgb(189,18,27); }
H1.HeaderClassName
{
color: #BD121B;
}
.AnyTagClassName
{
color: #BD121B;
}
</style>
background-color css
<style>
a { background-color: #BD121B; }
a { background-color: rgb(189,18,27); }
div.DivClassName
{
background-color: #BD121B;
}
.BgClassName
{
background-color: #BD121B;
}
</style>
border-color css
<style>
span { border-color: #BD121B; }
span { border-color: rgb(189,18,27); }
td.TdClassName
{
border-color: #BD121B;
}
.TagClassName
{
border-color: #BD121B;
}
</style>