Shades of Venetian Red #BF131B
Tints of Venetian Red #BF131B
RGB
CMYK
RGB Variations
Color information
#BF131B (or 0xBF131B) is known color: Venetian Red. HEX triplet: BF, 13 and 1B. RGB value is (191,19,27). Sum of RGB (Red+Green+Blue) = 191+19+27=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF131B is #40ECE4. Grayscale: #474747. Windows color (decimal): -4254949 or 1774527. OLE color: 1774527.
HSL color Cylindrical-coordinate representation of color #BF131B: hue angle of 357.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF131B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.25 |
| HSL | 357.21º | 0.82% | 0.41% | - |
| HSV(B) | 357.21º | 0.9% | 0.75% | - |
| XYZ | 21.92 | 11.62 | 2.12 | - |
| YUV | 71.34 | 102.98 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 27 | 0 | 0.90 | 0.86 | 0.25 | 357.21 | 0.82 | 0.41 |
| Hex | BF | 13 | 1B | 0 | 5A | 56 | 19 | 165 | 52 | 29 |
| Octal | 277 | 23 | 33 | 0 | 132 | 126 | 31 | 545 | 122 | 51 |
| Binary | 10111111 | 10011 | 11011 | 0 | 1011010 | 1010110 | 11001 | 101100101 | 1010010 | 101001 |
Color Harmonies of #BF131B
Complementary color
Monochromatic Colors of #BF131B
Black with #BF131B
Text Example
Text Example
White with #BF131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF131B; }
p { color: rgb(191,19,27); }
H1.HeaderClassName
{
color: #BF131B;
}
.AnyTagClassName
{
color: #BF131B;
}
</style>
background-color css
<style>
a { background-color: #BF131B; }
a { background-color: rgb(191,19,27); }
div.DivClassName
{
background-color: #BF131B;
}
.BgClassName
{
background-color: #BF131B;
}
</style>
border-color css
<style>
span { border-color: #BF131B; }
span { border-color: rgb(191,19,27); }
td.TdClassName
{
border-color: #BF131B;
}
.TagClassName
{
border-color: #BF131B;
}
</style>