Shades of Venetian Red #BF080E
Tints of Venetian Red #BF080E
RGB
CMYK
RGB Variations
Color information
#BF080E (or 0xBF080E) is known color: Venetian Red. HEX triplet: BF, 08 and 0E. RGB value is (191,8,14). Sum of RGB (Red+Green+Blue) = 191+8+14=213 (28% of max value = 765). Red value is 191 (75% from 255 or 89.67% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 191 - color contains mainly: red. Hex color #BF080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF080E is #40F7F1. Grayscale: #3F3F3F. Windows color (decimal): -4257778 or 919743. OLE color: 919743.
HSL color Cylindrical-coordinate representation of color #BF080E: hue angle of 358.03º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.25 |
| HSL | 358.03º | 0.92% | 0.39% | - |
| HSV(B) | 358.03º | 0.96% | 0.75% | - |
| XYZ | 21.65 | 11.28 | 1.45 | - |
| YUV | 63.4 | 100.13 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 14 | 0 | 0.96 | 0.93 | 0.25 | 358.03 | 0.92 | 0.39 |
| Hex | BF | 8 | E | 0 | 60 | 5D | 19 | 166 | 5C | 27 |
| Octal | 277 | 10 | 16 | 0 | 140 | 135 | 31 | 546 | 134 | 47 |
| Binary | 10111111 | 1000 | 1110 | 0 | 1100000 | 1011101 | 11001 | 101100110 | 1011100 | 100111 |
Color Harmonies of #BF080E
Complementary color
Monochromatic Colors of #BF080E
Black with #BF080E
Text Example
Text Example
White with #BF080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF080E; }
p { color: rgb(191,8,14); }
H1.HeaderClassName
{
color: #BF080E;
}
.AnyTagClassName
{
color: #BF080E;
}
</style>
background-color css
<style>
a { background-color: #BF080E; }
a { background-color: rgb(191,8,14); }
div.DivClassName
{
background-color: #BF080E;
}
.BgClassName
{
background-color: #BF080E;
}
</style>
border-color css
<style>
span { border-color: #BF080E; }
span { border-color: rgb(191,8,14); }
td.TdClassName
{
border-color: #BF080E;
}
.TagClassName
{
border-color: #BF080E;
}
</style>