Shades of Venetian Red #BB062C
Tints of Venetian Red #BB062C
RGB
CMYK
RGB Variations
Color information
#BB062C (or 0xBB062C) is known color: Venetian Red. HEX triplet: BB, 06 and 2C. RGB value is (187,6,44). Sum of RGB (Red+Green+Blue) = 187+6+44=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB062C is #44F9D3. Grayscale: #404040. Windows color (decimal): -4520404 or 2885307. OLE color: 2885307.
HSL color Cylindrical-coordinate representation of color #BB062C: hue angle of 347.4º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB062C is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 44 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.27 |
| HSL | 347.4º | 0.94% | 0.38% | - |
| HSV(B) | 347.4º | 0.97% | 0.73% | - |
| XYZ | 21.01 | 10.88 | 3.37 | - |
| YUV | 64.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 44 | 0 | 0.97 | 0.76 | 0.27 | 347.4 | 0.94 | 0.38 |
| Hex | BB | 6 | 2C | 0 | 61 | 4C | 1B | 15B | 5E | 26 |
| Octal | 273 | 6 | 54 | 0 | 141 | 114 | 33 | 533 | 136 | 46 |
| Binary | 10111011 | 110 | 101100 | 0 | 1100001 | 1001100 | 11011 | 101011011 | 1011110 | 100110 |
Color Harmonies of #BB062C
Complementary color
Monochromatic Colors of #BB062C
Black with #BB062C
Text Example
Text Example
White with #BB062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB062C; }
p { color: rgb(187,6,44); }
H1.HeaderClassName
{
color: #BB062C;
}
.AnyTagClassName
{
color: #BB062C;
}
</style>
background-color css
<style>
a { background-color: #BB062C; }
a { background-color: rgb(187,6,44); }
div.DivClassName
{
background-color: #BB062C;
}
.BgClassName
{
background-color: #BB062C;
}
</style>
border-color css
<style>
span { border-color: #BB062C; }
span { border-color: rgb(187,6,44); }
td.TdClassName
{
border-color: #BB062C;
}
.TagClassName
{
border-color: #BB062C;
}
</style>