Shades of Venetian Red #BF0614
Tints of Venetian Red #BF0614
RGB
CMYK
RGB Variations
Color information
#BF0614 (or 0xBF0614) is known color: Venetian Red. HEX triplet: BF, 06 and 14. RGB value is (191,6,20). Sum of RGB (Red+Green+Blue) = 191+6+20=217 (28% of max value = 765). Red value is 191 (75% from 255 or 88.02% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0614 is #40F9EB. Grayscale: #3F3F3F. Windows color (decimal): -4258284 or 1312447. OLE color: 1312447.
HSL color Cylindrical-coordinate representation of color #BF0614: hue angle of 355.46º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0614 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 20 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.25 |
| HSL | 355.46º | 0.94% | 0.39% | - |
| HSV(B) | 355.46º | 0.97% | 0.75% | - |
| XYZ | 21.68 | 11.26 | 1.69 | - |
| YUV | 62.91 | 103.79 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 20 | 0 | 0.97 | 0.90 | 0.25 | 355.46 | 0.94 | 0.39 |
| Hex | BF | 6 | 14 | 0 | 61 | 5A | 19 | 163 | 5E | 27 |
| Octal | 277 | 6 | 24 | 0 | 141 | 132 | 31 | 543 | 136 | 47 |
| Binary | 10111111 | 110 | 10100 | 0 | 1100001 | 1011010 | 11001 | 101100011 | 1011110 | 100111 |
Color Harmonies of #BF0614
Complementary color
Monochromatic Colors of #BF0614
Black with #BF0614
Text Example
Text Example
White with #BF0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0614; }
p { color: rgb(191,6,20); }
H1.HeaderClassName
{
color: #BF0614;
}
.AnyTagClassName
{
color: #BF0614;
}
</style>
background-color css
<style>
a { background-color: #BF0614; }
a { background-color: rgb(191,6,20); }
div.DivClassName
{
background-color: #BF0614;
}
.BgClassName
{
background-color: #BF0614;
}
</style>
border-color css
<style>
span { border-color: #BF0614; }
span { border-color: rgb(191,6,20); }
td.TdClassName
{
border-color: #BF0614;
}
.TagClassName
{
border-color: #BF0614;
}
</style>