Shades of Venetian Red #BB031C
Tints of Venetian Red #BB031C
RGB
CMYK
RGB Variations
Color information
#BB031C (or 0xBB031C) is known color: Venetian Red. HEX triplet: BB, 03 and 1C. RGB value is (187,3,28). Sum of RGB (Red+Green+Blue) = 187+3+28=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB031C is #44FCE3. Grayscale: #3C3C3C. Windows color (decimal): -4521188 or 1835963. OLE color: 1835963.
HSL color Cylindrical-coordinate representation of color #BB031C: hue angle of 351.85º 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 #BB031C is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.27 |
| HSL | 351.85º | 0.97% | 0.37% | - |
| HSV(B) | 351.85º | 0.98% | 0.73% | - |
| XYZ | 20.74 | 10.71 | 2.07 | - |
| YUV | 60.87 | 109.46 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 28 | 0 | 0.98 | 0.85 | 0.27 | 351.85 | 0.97 | 0.37 |
| Hex | BB | 3 | 1C | 0 | 62 | 55 | 1B | 160 | 61 | 25 |
| Octal | 273 | 3 | 34 | 0 | 142 | 125 | 33 | 540 | 141 | 45 |
| Binary | 10111011 | 11 | 11100 | 0 | 1100010 | 1010101 | 11011 | 101100000 | 1100001 | 100101 |
Color Harmonies of #BB031C
Complementary color
Monochromatic Colors of #BB031C
Black with #BB031C
Text Example
Text Example
White with #BB031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB031C; }
p { color: rgb(187,3,28); }
H1.HeaderClassName
{
color: #BB031C;
}
.AnyTagClassName
{
color: #BB031C;
}
</style>
background-color css
<style>
a { background-color: #BB031C; }
a { background-color: rgb(187,3,28); }
div.DivClassName
{
background-color: #BB031C;
}
.BgClassName
{
background-color: #BB031C;
}
</style>
border-color css
<style>
span { border-color: #BB031C; }
span { border-color: rgb(187,3,28); }
td.TdClassName
{
border-color: #BB031C;
}
.TagClassName
{
border-color: #BB031C;
}
</style>