Shades of Venetian Red #BB022D
Tints of Venetian Red #BB022D
RGB
CMYK
RGB Variations
Color information
#BB022D (or 0xBB022D) is known color: Venetian Red. HEX triplet: BB, 02 and 2D. RGB value is (187,2,45). Sum of RGB (Red+Green+Blue) = 187+2+45=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB022D is #44FDD2. Grayscale: #3E3E3E. Windows color (decimal): -4521427 or 2949819. OLE color: 2949819.
HSL color Cylindrical-coordinate representation of color #BB022D: hue angle of 346.05º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB022D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.27 |
| HSL | 346.05º | 0.98% | 0.37% | - |
| HSV(B) | 346.05º | 0.99% | 0.73% | - |
| XYZ | 20.99 | 10.8 | 3.46 | - |
| YUV | 62.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 45 | 0 | 0.99 | 0.76 | 0.27 | 346.05 | 0.98 | 0.37 |
| Hex | BB | 2 | 2D | 0 | 63 | 4C | 1B | 15A | 62 | 25 |
| Octal | 273 | 2 | 55 | 0 | 143 | 114 | 33 | 532 | 142 | 45 |
| Binary | 10111011 | 10 | 101101 | 0 | 1100011 | 1001100 | 11011 | 101011010 | 1100010 | 100101 |
Color Harmonies of #BB022D
Complementary color
Monochromatic Colors of #BB022D
Black with #BB022D
Text Example
Text Example
White with #BB022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB022D; }
p { color: rgb(187,2,45); }
H1.HeaderClassName
{
color: #BB022D;
}
.AnyTagClassName
{
color: #BB022D;
}
</style>
background-color css
<style>
a { background-color: #BB022D; }
a { background-color: rgb(187,2,45); }
div.DivClassName
{
background-color: #BB022D;
}
.BgClassName
{
background-color: #BB022D;
}
</style>
border-color css
<style>
span { border-color: #BB022D; }
span { border-color: rgb(187,2,45); }
td.TdClassName
{
border-color: #BB022D;
}
.TagClassName
{
border-color: #BB022D;
}
</style>