Shades of Venetian Red #BB040F
Tints of Venetian Red #BB040F
RGB
CMYK
RGB Variations
Color information
#BB040F (or 0xBB040F) is known color: Venetian Red. HEX triplet: BB, 04 and 0F. RGB value is (187,4,15). Sum of RGB (Red+Green+Blue) = 187+4+15=206 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.78% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 187 - color contains mainly: red. Hex color #BB040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB040F is #44FBF0. Grayscale: #3C3C3C. Windows color (decimal): -4520945 or 984251. OLE color: 984251.
HSL color Cylindrical-coordinate representation of color #BB040F: hue angle of 356.39º 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 #BB040F is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.27 |
| HSL | 356.39º | 0.96% | 0.37% | - |
| HSV(B) | 356.39º | 0.98% | 0.73% | - |
| XYZ | 20.62 | 10.69 | 1.43 | - |
| YUV | 59.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 15 | 0 | 0.98 | 0.92 | 0.27 | 356.39 | 0.96 | 0.37 |
| Hex | BB | 4 | F | 0 | 62 | 5C | 1B | 164 | 60 | 25 |
| Octal | 273 | 4 | 17 | 0 | 142 | 134 | 33 | 544 | 140 | 45 |
| Binary | 10111011 | 100 | 1111 | 0 | 1100010 | 1011100 | 11011 | 101100100 | 1100000 | 100101 |
Color Harmonies of #BB040F
Complementary color
Monochromatic Colors of #BB040F
Black with #BB040F
Text Example
Text Example
White with #BB040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB040F; }
p { color: rgb(187,4,15); }
H1.HeaderClassName
{
color: #BB040F;
}
.AnyTagClassName
{
color: #BB040F;
}
</style>
background-color css
<style>
a { background-color: #BB040F; }
a { background-color: rgb(187,4,15); }
div.DivClassName
{
background-color: #BB040F;
}
.BgClassName
{
background-color: #BB040F;
}
</style>
border-color css
<style>
span { border-color: #BB040F; }
span { border-color: rgb(187,4,15); }
td.TdClassName
{
border-color: #BB040F;
}
.TagClassName
{
border-color: #BB040F;
}
</style>