Shades of Venetian Red #BF080D
Tints of Venetian Red #BF080D
RGB
CMYK
RGB Variations
Color information
#BF080D (or 0xBF080D) is known color: Venetian Red. HEX triplet: BF, 08 and 0D. RGB value is (191,8,13). Sum of RGB (Red+Green+Blue) = 191+8+13=212 (28% of max value = 765). Red value is 191 (75% from 255 or 90.09% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 191 - color contains mainly: red. Hex color #BF080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF080D is #40F7F2. Grayscale: #3F3F3F. Windows color (decimal): -4257779 or 854207. OLE color: 854207.
HSL color Cylindrical-coordinate representation of color #BF080D: hue angle of 358.36º 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 #BF080D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.25 |
| HSL | 358.36º | 0.92% | 0.39% | - |
| HSV(B) | 358.36º | 0.96% | 0.75% | - |
| XYZ | 21.65 | 11.28 | 1.42 | - |
| YUV | 63.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 13 | 0 | 0.96 | 0.93 | 0.25 | 358.36 | 0.92 | 0.39 |
| Hex | BF | 8 | D | 0 | 60 | 5D | 19 | 166 | 5C | 27 |
| Octal | 277 | 10 | 15 | 0 | 140 | 135 | 31 | 546 | 134 | 47 |
| Binary | 10111111 | 1000 | 1101 | 0 | 1100000 | 1011101 | 11001 | 101100110 | 1011100 | 100111 |
Color Harmonies of #BF080D
Complementary color
Monochromatic Colors of #BF080D
Black with #BF080D
Text Example
Text Example
White with #BF080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF080D; }
p { color: rgb(191,8,13); }
H1.HeaderClassName
{
color: #BF080D;
}
.AnyTagClassName
{
color: #BF080D;
}
</style>
background-color css
<style>
a { background-color: #BF080D; }
a { background-color: rgb(191,8,13); }
div.DivClassName
{
background-color: #BF080D;
}
.BgClassName
{
background-color: #BF080D;
}
</style>
border-color css
<style>
span { border-color: #BF080D; }
span { border-color: rgb(191,8,13); }
td.TdClassName
{
border-color: #BF080D;
}
.TagClassName
{
border-color: #BF080D;
}
</style>