Shades of Venetian Red #BB030C
Tints of Venetian Red #BB030C
RGB
CMYK
RGB Variations
Color information
#BB030C (or 0xBB030C) is known color: Venetian Red. HEX triplet: BB, 03 and 0C. RGB value is (187,3,12). Sum of RGB (Red+Green+Blue) = 187+3+12=202 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.57% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 187 - color contains mainly: red. Hex color #BB030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB030C is #44FCF3. Grayscale: #3B3B3B. Windows color (decimal): -4521204 or 787387. OLE color: 787387.
HSL color Cylindrical-coordinate representation of color #BB030C: hue angle of 357.07º 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 #BB030C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.27 |
| HSL | 357.07º | 0.97% | 0.37% | - |
| HSV(B) | 357.07º | 0.98% | 0.73% | - |
| XYZ | 20.59 | 10.66 | 1.32 | - |
| YUV | 59.04 | 101.46 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 12 | 0 | 0.98 | 0.94 | 0.27 | 357.07 | 0.97 | 0.37 |
| Hex | BB | 3 | C | 0 | 62 | 5E | 1B | 165 | 61 | 25 |
| Octal | 273 | 3 | 14 | 0 | 142 | 136 | 33 | 545 | 141 | 45 |
| Binary | 10111011 | 11 | 1100 | 0 | 1100010 | 1011110 | 11011 | 101100101 | 1100001 | 100101 |
Color Harmonies of #BB030C
Complementary color
Monochromatic Colors of #BB030C
Black with #BB030C
Text Example
Text Example
White with #BB030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB030C; }
p { color: rgb(187,3,12); }
H1.HeaderClassName
{
color: #BB030C;
}
.AnyTagClassName
{
color: #BB030C;
}
</style>
background-color css
<style>
a { background-color: #BB030C; }
a { background-color: rgb(187,3,12); }
div.DivClassName
{
background-color: #BB030C;
}
.BgClassName
{
background-color: #BB030C;
}
</style>
border-color css
<style>
span { border-color: #BB030C; }
span { border-color: rgb(187,3,12); }
td.TdClassName
{
border-color: #BB030C;
}
.TagClassName
{
border-color: #BB030C;
}
</style>