Shades of Venetian Red #BF080F
Tints of Venetian Red #BF080F
RGB
CMYK
RGB Variations
Color information
#BF080F (or 0xBF080F) is known color: Venetian Red. HEX triplet: BF, 08 and 0F. RGB value is (191,8,15). Sum of RGB (Red+Green+Blue) = 191+8+15=214 (28% of max value = 765). Red value is 191 (75% from 255 or 89.25% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 191 - color contains mainly: red. Hex color #BF080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF080F is #40F7F0. Grayscale: #3F3F3F. Windows color (decimal): -4257777 or 985279. OLE color: 985279.
HSL color Cylindrical-coordinate representation of color #BF080F: hue angle of 357.7º 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 #BF080F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.25 |
| HSL | 357.7º | 0.92% | 0.39% | - |
| HSV(B) | 357.7º | 0.96% | 0.75% | - |
| XYZ | 21.66 | 11.28 | 1.49 | - |
| YUV | 63.52 | 100.63 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 15 | 0 | 0.96 | 0.92 | 0.25 | 357.7 | 0.92 | 0.39 |
| Hex | BF | 8 | F | 0 | 60 | 5C | 19 | 166 | 5C | 27 |
| Octal | 277 | 10 | 17 | 0 | 140 | 134 | 31 | 546 | 134 | 47 |
| Binary | 10111111 | 1000 | 1111 | 0 | 1100000 | 1011100 | 11001 | 101100110 | 1011100 | 100111 |
Color Harmonies of #BF080F
Complementary color
Monochromatic Colors of #BF080F
Black with #BF080F
Text Example
Text Example
White with #BF080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF080F; }
p { color: rgb(191,8,15); }
H1.HeaderClassName
{
color: #BF080F;
}
.AnyTagClassName
{
color: #BF080F;
}
</style>
background-color css
<style>
a { background-color: #BF080F; }
a { background-color: rgb(191,8,15); }
div.DivClassName
{
background-color: #BF080F;
}
.BgClassName
{
background-color: #BF080F;
}
</style>
border-color css
<style>
span { border-color: #BF080F; }
span { border-color: rgb(191,8,15); }
td.TdClassName
{
border-color: #BF080F;
}
.TagClassName
{
border-color: #BF080F;
}
</style>