Shades of Venetian Red #BB081D
Tints of Venetian Red #BB081D
RGB
CMYK
RGB Variations
Color information
#BB081D (or 0xBB081D) is known color: Venetian Red. HEX triplet: BB, 08 and 1D. RGB value is (187,8,29). Sum of RGB (Red+Green+Blue) = 187+8+29=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB081D is #44F7E2. Grayscale: #404040. Windows color (decimal): -4519907 or 1902779. OLE color: 1902779.
HSL color Cylindrical-coordinate representation of color #BB081D: hue angle of 352.96º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB081D is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.27 |
| HSL | 352.96º | 0.92% | 0.38% | - |
| HSV(B) | 352.96º | 0.96% | 0.73% | - |
| XYZ | 20.8 | 10.83 | 2.16 | - |
| YUV | 63.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 29 | 0 | 0.96 | 0.84 | 0.27 | 352.96 | 0.92 | 0.38 |
| Hex | BB | 8 | 1D | 0 | 60 | 54 | 1B | 161 | 5C | 26 |
| Octal | 273 | 10 | 35 | 0 | 140 | 124 | 33 | 541 | 134 | 46 |
| Binary | 10111011 | 1000 | 11101 | 0 | 1100000 | 1010100 | 11011 | 101100001 | 1011100 | 100110 |
Color Harmonies of #BB081D
Complementary color
Monochromatic Colors of #BB081D
Black with #BB081D
Text Example
Text Example
White with #BB081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB081D; }
p { color: rgb(187,8,29); }
H1.HeaderClassName
{
color: #BB081D;
}
.AnyTagClassName
{
color: #BB081D;
}
</style>
background-color css
<style>
a { background-color: #BB081D; }
a { background-color: rgb(187,8,29); }
div.DivClassName
{
background-color: #BB081D;
}
.BgClassName
{
background-color: #BB081D;
}
</style>
border-color css
<style>
span { border-color: #BB081D; }
span { border-color: rgb(187,8,29); }
td.TdClassName
{
border-color: #BB081D;
}
.TagClassName
{
border-color: #BB081D;
}
</style>