Shades of Venetian Red #BF051B
Tints of Venetian Red #BF051B
RGB
CMYK
RGB Variations
Color information
#BF051B (or 0xBF051B) is known color: Venetian Red. HEX triplet: BF, 05 and 1B. RGB value is (191,5,27). Sum of RGB (Red+Green+Blue) = 191+5+27=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF051B is #40FAE4. Grayscale: #3F3F3F. Windows color (decimal): -4258533 or 1770943. OLE color: 1770943.
HSL color Cylindrical-coordinate representation of color #BF051B: hue angle of 352.9º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF051B is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 27 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.25 |
| HSL | 352.9º | 0.95% | 0.38% | - |
| HSV(B) | 352.9º | 0.97% | 0.75% | - |
| XYZ | 21.74 | 11.26 | 2.07 | - |
| YUV | 63.12 | 107.62 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 27 | 0 | 0.97 | 0.86 | 0.25 | 352.9 | 0.95 | 0.38 |
| Hex | BF | 5 | 1B | 0 | 61 | 56 | 19 | 161 | 5F | 26 |
| Octal | 277 | 5 | 33 | 0 | 141 | 126 | 31 | 541 | 137 | 46 |
| Binary | 10111111 | 101 | 11011 | 0 | 1100001 | 1010110 | 11001 | 101100001 | 1011111 | 100110 |
Color Harmonies of #BF051B
Complementary color
Monochromatic Colors of #BF051B
Black with #BF051B
Text Example
Text Example
White with #BF051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF051B; }
p { color: rgb(191,5,27); }
H1.HeaderClassName
{
color: #BF051B;
}
.AnyTagClassName
{
color: #BF051B;
}
</style>
background-color css
<style>
a { background-color: #BF051B; }
a { background-color: rgb(191,5,27); }
div.DivClassName
{
background-color: #BF051B;
}
.BgClassName
{
background-color: #BF051B;
}
</style>
border-color css
<style>
span { border-color: #BF051B; }
span { border-color: rgb(191,5,27); }
td.TdClassName
{
border-color: #BF051B;
}
.TagClassName
{
border-color: #BF051B;
}
</style>