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