Shades of Venetian Red #BB0409
Tints of Venetian Red #BB0409
RGB
CMYK
RGB Variations
Color information
#BB0409 (or 0xBB0409) is known color: Venetian Red. HEX triplet: BB, 04 and 09. RGB value is (187,4,9). Sum of RGB (Red+Green+Blue) = 187+4+9=200 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0409 is #44FBF6. Grayscale: #3B3B3B. Windows color (decimal): -4520951 or 591035. OLE color: 591035.
HSL color Cylindrical-coordinate representation of color #BB0409: hue angle of 358.36º degrees, saturation: 0.96, 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 #BB0409 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.27 |
| HSL | 358.36º | 0.96% | 0.37% | - |
| HSV(B) | 358.36º | 0.98% | 0.73% | - |
| XYZ | 20.59 | 10.67 | 1.23 | - |
| YUV | 59.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 9 | 0 | 0.98 | 0.95 | 0.27 | 358.36 | 0.96 | 0.37 |
| Hex | BB | 4 | 9 | 0 | 62 | 5F | 1B | 166 | 60 | 25 |
| Octal | 273 | 4 | 11 | 0 | 142 | 137 | 33 | 546 | 140 | 45 |
| Binary | 10111011 | 100 | 1001 | 0 | 1100010 | 1011111 | 11011 | 101100110 | 1100000 | 100101 |
Color Harmonies of #BB0409
Complementary color
Monochromatic Colors of #BB0409
Black with #BB0409
Text Example
Text Example
White with #BB0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0409; }
p { color: rgb(187,4,9); }
H1.HeaderClassName
{
color: #BB0409;
}
.AnyTagClassName
{
color: #BB0409;
}
</style>
background-color css
<style>
a { background-color: #BB0409; }
a { background-color: rgb(187,4,9); }
div.DivClassName
{
background-color: #BB0409;
}
.BgClassName
{
background-color: #BB0409;
}
</style>
border-color css
<style>
span { border-color: #BB0409; }
span { border-color: rgb(187,4,9); }
td.TdClassName
{
border-color: #BB0409;
}
.TagClassName
{
border-color: #BB0409;
}
</style>