Shades of Venetian Red #BB091A
Tints of Venetian Red #BB091A
RGB
CMYK
RGB Variations
Color information
#BB091A (or 0xBB091A) is known color: Venetian Red. HEX triplet: BB, 09 and 1A. RGB value is (187,9,26). Sum of RGB (Red+Green+Blue) = 187+9+26=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB091A is #44F6E5. Grayscale: #404040. Windows color (decimal): -4519654 or 1706427. OLE color: 1706427.
HSL color Cylindrical-coordinate representation of color #BB091A: hue angle of 354.27º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB091A is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 26 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.27 |
| HSL | 354.27º | 0.91% | 0.38% | - |
| HSV(B) | 354.27º | 0.95% | 0.73% | - |
| XYZ | 20.78 | 10.83 | 1.97 | - |
| YUV | 64.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 26 | 0 | 0.95 | 0.86 | 0.27 | 354.27 | 0.91 | 0.38 |
| Hex | BB | 9 | 1A | 0 | 5F | 56 | 1B | 162 | 5B | 26 |
| Octal | 273 | 11 | 32 | 0 | 137 | 126 | 33 | 542 | 133 | 46 |
| Binary | 10111011 | 1001 | 11010 | 0 | 1011111 | 1010110 | 11011 | 101100010 | 1011011 | 100110 |
Color Harmonies of #BB091A
Complementary color
Monochromatic Colors of #BB091A
Black with #BB091A
Text Example
Text Example
White with #BB091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB091A; }
p { color: rgb(187,9,26); }
H1.HeaderClassName
{
color: #BB091A;
}
.AnyTagClassName
{
color: #BB091A;
}
</style>
background-color css
<style>
a { background-color: #BB091A; }
a { background-color: rgb(187,9,26); }
div.DivClassName
{
background-color: #BB091A;
}
.BgClassName
{
background-color: #BB091A;
}
</style>
border-color css
<style>
span { border-color: #BB091A; }
span { border-color: rgb(187,9,26); }
td.TdClassName
{
border-color: #BB091A;
}
.TagClassName
{
border-color: #BB091A;
}
</style>