Shades of Venetian Red #BB032C
Tints of Venetian Red #BB032C
RGB
CMYK
RGB Variations
Color information
#BB032C (or 0xBB032C) is known color: Venetian Red. HEX triplet: BB, 03 and 2C. RGB value is (187,3,44). Sum of RGB (Red+Green+Blue) = 187+3+44=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB032C is #44FCD3. Grayscale: #3E3E3E. Windows color (decimal): -4521172 or 2884539. OLE color: 2884539.
HSL color Cylindrical-coordinate representation of color #BB032C: hue angle of 346.63º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB032C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.27 |
| HSL | 346.63º | 0.97% | 0.37% | - |
| HSV(B) | 346.63º | 0.98% | 0.73% | - |
| XYZ | 20.98 | 10.81 | 3.36 | - |
| YUV | 62.69 | 117.46 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 44 | 0 | 0.98 | 0.76 | 0.27 | 346.63 | 0.97 | 0.37 |
| Hex | BB | 3 | 2C | 0 | 62 | 4C | 1B | 15B | 61 | 25 |
| Octal | 273 | 3 | 54 | 0 | 142 | 114 | 33 | 533 | 141 | 45 |
| Binary | 10111011 | 11 | 101100 | 0 | 1100010 | 1001100 | 11011 | 101011011 | 1100001 | 100101 |
Color Harmonies of #BB032C
Complementary color
Monochromatic Colors of #BB032C
Black with #BB032C
Text Example
Text Example
White with #BB032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB032C; }
p { color: rgb(187,3,44); }
H1.HeaderClassName
{
color: #BB032C;
}
.AnyTagClassName
{
color: #BB032C;
}
</style>
background-color css
<style>
a { background-color: #BB032C; }
a { background-color: rgb(187,3,44); }
div.DivClassName
{
background-color: #BB032C;
}
.BgClassName
{
background-color: #BB032C;
}
</style>
border-color css
<style>
span { border-color: #BB032C; }
span { border-color: rgb(187,3,44); }
td.TdClassName
{
border-color: #BB032C;
}
.TagClassName
{
border-color: #BB032C;
}
</style>