Shades of Venetian Red #BB030D
Tints of Venetian Red #BB030D
RGB
CMYK
RGB Variations
Color information
#BB030D (or 0xBB030D) is known color: Venetian Red. HEX triplet: BB, 03 and 0D. RGB value is (187,3,13). Sum of RGB (Red+Green+Blue) = 187+3+13=203 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.12% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 187 - color contains mainly: red. Hex color #BB030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB030D is #44FCF2. Grayscale: #3B3B3B. Windows color (decimal): -4521203 or 852923. OLE color: 852923.
HSL color Cylindrical-coordinate representation of color #BB030D: hue angle of 356.74º 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 #BB030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.27 |
| HSL | 356.74º | 0.97% | 0.37% | - |
| HSV(B) | 356.74º | 0.98% | 0.73% | - |
| XYZ | 20.6 | 10.66 | 1.35 | - |
| YUV | 59.16 | 101.96 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 13 | 0 | 0.98 | 0.93 | 0.27 | 356.74 | 0.97 | 0.37 |
| Hex | BB | 3 | D | 0 | 62 | 5D | 1B | 165 | 61 | 25 |
| Octal | 273 | 3 | 15 | 0 | 142 | 135 | 33 | 545 | 141 | 45 |
| Binary | 10111011 | 11 | 1101 | 0 | 1100010 | 1011101 | 11011 | 101100101 | 1100001 | 100101 |
Color Harmonies of #BB030D
Complementary color
Monochromatic Colors of #BB030D
Black with #BB030D
Text Example
Text Example
White with #BB030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB030D; }
p { color: rgb(187,3,13); }
H1.HeaderClassName
{
color: #BB030D;
}
.AnyTagClassName
{
color: #BB030D;
}
</style>
background-color css
<style>
a { background-color: #BB030D; }
a { background-color: rgb(187,3,13); }
div.DivClassName
{
background-color: #BB030D;
}
.BgClassName
{
background-color: #BB030D;
}
</style>
border-color css
<style>
span { border-color: #BB030D; }
span { border-color: rgb(187,3,13); }
td.TdClassName
{
border-color: #BB030D;
}
.TagClassName
{
border-color: #BB030D;
}
</style>