Shades of Venetian Red #BB111C
Tints of Venetian Red #BB111C
RGB
CMYK
RGB Variations
Color information
#BB111C (or 0xBB111C) is known color: Venetian Red. HEX triplet: BB, 11 and 1C. RGB value is (187,17,28). Sum of RGB (Red+Green+Blue) = 187+17+28=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB111C is #44EEE3. Grayscale: #454545. Windows color (decimal): -4517604 or 1839547. OLE color: 1839547.
HSL color Cylindrical-coordinate representation of color #BB111C: hue angle of 356.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB111C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 28 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.27 |
| HSL | 356.12º | 0.83% | 0.4% | - |
| HSV(B) | 356.12º | 0.91% | 0.73% | - |
| XYZ | 20.9 | 11.05 | 2.13 | - |
| YUV | 69.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 28 | 0 | 0.91 | 0.85 | 0.27 | 356.12 | 0.83 | 0.4 |
| Hex | BB | 11 | 1C | 0 | 5B | 55 | 1B | 164 | 53 | 28 |
| Octal | 273 | 21 | 34 | 0 | 133 | 125 | 33 | 544 | 123 | 50 |
| Binary | 10111011 | 10001 | 11100 | 0 | 1011011 | 1010101 | 11011 | 101100100 | 1010011 | 101000 |
Color Harmonies of #BB111C
Complementary color
Monochromatic Colors of #BB111C
Black with #BB111C
Text Example
Text Example
White with #BB111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB111C; }
p { color: rgb(187,17,28); }
H1.HeaderClassName
{
color: #BB111C;
}
.AnyTagClassName
{
color: #BB111C;
}
</style>
background-color css
<style>
a { background-color: #BB111C; }
a { background-color: rgb(187,17,28); }
div.DivClassName
{
background-color: #BB111C;
}
.BgClassName
{
background-color: #BB111C;
}
</style>
border-color css
<style>
span { border-color: #BB111C; }
span { border-color: rgb(187,17,28); }
td.TdClassName
{
border-color: #BB111C;
}
.TagClassName
{
border-color: #BB111C;
}
</style>