Shades of Venetian Red #BB0327
Tints of Venetian Red #BB0327
RGB
CMYK
RGB Variations
Color information
#BB0327 (or 0xBB0327) is known color: Venetian Red. HEX triplet: BB, 03 and 27. RGB value is (187,3,39). Sum of RGB (Red+Green+Blue) = 187+3+39=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0327 is #44FCD8. Grayscale: #3E3E3E. Windows color (decimal): -4521177 or 2556859. OLE color: 2556859.
HSL color Cylindrical-coordinate representation of color #BB0327: hue angle of 348.26º 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 #BB0327 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 39 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.27 |
| HSL | 348.26º | 0.97% | 0.37% | - |
| HSV(B) | 348.26º | 0.98% | 0.73% | - |
| XYZ | 20.89 | 10.78 | 2.9 | - |
| YUV | 62.12 | 114.96 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 39 | 0 | 0.98 | 0.79 | 0.27 | 348.26 | 0.97 | 0.37 |
| Hex | BB | 3 | 27 | 0 | 62 | 4F | 1B | 15C | 61 | 25 |
| Octal | 273 | 3 | 47 | 0 | 142 | 117 | 33 | 534 | 141 | 45 |
| Binary | 10111011 | 11 | 100111 | 0 | 1100010 | 1001111 | 11011 | 101011100 | 1100001 | 100101 |
Color Harmonies of #BB0327
Complementary color
Monochromatic Colors of #BB0327
Black with #BB0327
Text Example
Text Example
White with #BB0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0327; }
p { color: rgb(187,3,39); }
H1.HeaderClassName
{
color: #BB0327;
}
.AnyTagClassName
{
color: #BB0327;
}
</style>
background-color css
<style>
a { background-color: #BB0327; }
a { background-color: rgb(187,3,39); }
div.DivClassName
{
background-color: #BB0327;
}
.BgClassName
{
background-color: #BB0327;
}
</style>
border-color css
<style>
span { border-color: #BB0327; }
span { border-color: rgb(187,3,39); }
td.TdClassName
{
border-color: #BB0327;
}
.TagClassName
{
border-color: #BB0327;
}
</style>