Shades of Venetian Red #BF0116
Tints of Venetian Red #BF0116
RGB
CMYK
RGB Variations
Color information
#BF0116 (or 0xBF0116) is known color: Venetian Red. HEX triplet: BF, 01 and 16. RGB value is (191,1,22). Sum of RGB (Red+Green+Blue) = 191+1+22=214 (28% of max value = 765). Red value is 191 (75% from 255 or 89.25% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0116 is #40FEE9. Grayscale: #3C3C3C. Windows color (decimal): -4259562 or 1442239. OLE color: 1442239.
HSL color Cylindrical-coordinate representation of color #BF0116: hue angle of 353.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0116 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.25 |
| HSL | 353.37º | 0.99% | 0.38% | - |
| HSV(B) | 353.37º | 0.99% | 0.75% | - |
| XYZ | 21.64 | 11.16 | 1.77 | - |
| YUV | 60.2 | 106.45 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 22 | 0 | 0.99 | 0.88 | 0.25 | 353.37 | 0.99 | 0.38 |
| Hex | BF | 1 | 16 | 0 | 63 | 58 | 19 | 161 | 63 | 26 |
| Octal | 277 | 1 | 26 | 0 | 143 | 130 | 31 | 541 | 143 | 46 |
| Binary | 10111111 | 1 | 10110 | 0 | 1100011 | 1011000 | 11001 | 101100001 | 1100011 | 100110 |
Color Harmonies of #BF0116
Complementary color
Monochromatic Colors of #BF0116
Black with #BF0116
Text Example
Text Example
White with #BF0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0116; }
p { color: rgb(191,1,22); }
H1.HeaderClassName
{
color: #BF0116;
}
.AnyTagClassName
{
color: #BF0116;
}
</style>
background-color css
<style>
a { background-color: #BF0116; }
a { background-color: rgb(191,1,22); }
div.DivClassName
{
background-color: #BF0116;
}
.BgClassName
{
background-color: #BF0116;
}
</style>
border-color css
<style>
span { border-color: #BF0116; }
span { border-color: rgb(191,1,22); }
td.TdClassName
{
border-color: #BF0116;
}
.TagClassName
{
border-color: #BF0116;
}
</style>