Shades of Venetian Red #BB0D1D
Tints of Venetian Red #BB0D1D
RGB
CMYK
RGB Variations
Color information
#BB0D1D (or 0xBB0D1D) is known color: Venetian Red. HEX triplet: BB, 0D and 1D. RGB value is (187,13,29). Sum of RGB (Red+Green+Blue) = 187+13+29=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0D1D is #44F2E2. Grayscale: #424242. Windows color (decimal): -4518627 or 1904059. OLE color: 1904059.
HSL color Cylindrical-coordinate representation of color #BB0D1D: hue angle of 354.48º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0D1D is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 29 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.27 |
| HSL | 354.48º | 0.87% | 0.39% | - |
| HSV(B) | 354.48º | 0.93% | 0.73% | - |
| XYZ | 20.86 | 10.94 | 2.17 | - |
| YUV | 66.85 | 106.65 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 29 | 0 | 0.93 | 0.84 | 0.27 | 354.48 | 0.87 | 0.39 |
| Hex | BB | D | 1D | 0 | 5D | 54 | 1B | 162 | 57 | 27 |
| Octal | 273 | 15 | 35 | 0 | 135 | 124 | 33 | 542 | 127 | 47 |
| Binary | 10111011 | 1101 | 11101 | 0 | 1011101 | 1010100 | 11011 | 101100010 | 1010111 | 100111 |
Color Harmonies of #BB0D1D
Complementary color
Monochromatic Colors of #BB0D1D
Black with #BB0D1D
Text Example
Text Example
White with #BB0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0D1D; }
p { color: rgb(187,13,29); }
H1.HeaderClassName
{
color: #BB0D1D;
}
.AnyTagClassName
{
color: #BB0D1D;
}
</style>
background-color css
<style>
a { background-color: #BB0D1D; }
a { background-color: rgb(187,13,29); }
div.DivClassName
{
background-color: #BB0D1D;
}
.BgClassName
{
background-color: #BB0D1D;
}
</style>
border-color css
<style>
span { border-color: #BB0D1D; }
span { border-color: rgb(187,13,29); }
td.TdClassName
{
border-color: #BB0D1D;
}
.TagClassName
{
border-color: #BB0D1D;
}
</style>