Shades of Venetian Red #BF101B
Tints of Venetian Red #BF101B
RGB
CMYK
RGB Variations
Color information
#BF101B (or 0xBF101B) is known color: Venetian Red. HEX triplet: BF, 10 and 1B. RGB value is (191,16,27). Sum of RGB (Red+Green+Blue) = 191+16+27=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF101B is #40EFE4. Grayscale: #454545. Windows color (decimal): -4255717 or 1773759. OLE color: 1773759.
HSL color Cylindrical-coordinate representation of color #BF101B: hue angle of 356.23º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF101B is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 27 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.25 |
| HSL | 356.23º | 0.85% | 0.41% | - |
| HSV(B) | 356.23º | 0.92% | 0.75% | - |
| XYZ | 21.87 | 11.53 | 2.11 | - |
| YUV | 69.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 27 | 0 | 0.92 | 0.86 | 0.25 | 356.23 | 0.85 | 0.41 |
| Hex | BF | 10 | 1B | 0 | 5C | 56 | 19 | 164 | 55 | 29 |
| Octal | 277 | 20 | 33 | 0 | 134 | 126 | 31 | 544 | 125 | 51 |
| Binary | 10111111 | 10000 | 11011 | 0 | 1011100 | 1010110 | 11001 | 101100100 | 1010101 | 101001 |
Color Harmonies of #BF101B
Complementary color
Monochromatic Colors of #BF101B
Black with #BF101B
Text Example
Text Example
White with #BF101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF101B; }
p { color: rgb(191,16,27); }
H1.HeaderClassName
{
color: #BF101B;
}
.AnyTagClassName
{
color: #BF101B;
}
</style>
background-color css
<style>
a { background-color: #BF101B; }
a { background-color: rgb(191,16,27); }
div.DivClassName
{
background-color: #BF101B;
}
.BgClassName
{
background-color: #BF101B;
}
</style>
border-color css
<style>
span { border-color: #BF101B; }
span { border-color: rgb(191,16,27); }
td.TdClassName
{
border-color: #BF101B;
}
.TagClassName
{
border-color: #BF101B;
}
</style>