Shades of Venetian Red #BF0D1F
Tints of Venetian Red #BF0D1F
RGB
CMYK
RGB Variations
Color information
#BF0D1F (or 0xBF0D1F) is known color: Venetian Red. HEX triplet: BF, 0D and 1F. RGB value is (191,13,31). Sum of RGB (Red+Green+Blue) = 191+13+31=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0D1F is #40F2E0. Grayscale: #444444. Windows color (decimal): -4256481 or 2035135. OLE color: 2035135.
HSL color Cylindrical-coordinate representation of color #BF0D1F: hue angle of 353.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0D1F is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 31 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.25 |
| HSL | 353.93º | 0.87% | 0.4% | - |
| HSV(B) | 353.93º | 0.93% | 0.75% | - |
| XYZ | 21.88 | 11.46 | 2.36 | - |
| YUV | 68.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 31 | 0 | 0.93 | 0.84 | 0.25 | 353.93 | 0.87 | 0.4 |
| Hex | BF | D | 1F | 0 | 5D | 54 | 19 | 162 | 57 | 28 |
| Octal | 277 | 15 | 37 | 0 | 135 | 124 | 31 | 542 | 127 | 50 |
| Binary | 10111111 | 1101 | 11111 | 0 | 1011101 | 1010100 | 11001 | 101100010 | 1010111 | 101000 |
Color Harmonies of #BF0D1F
Complementary color
Monochromatic Colors of #BF0D1F
Black with #BF0D1F
Text Example
Text Example
White with #BF0D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0D1F; }
p { color: rgb(191,13,31); }
H1.HeaderClassName
{
color: #BF0D1F;
}
.AnyTagClassName
{
color: #BF0D1F;
}
</style>
background-color css
<style>
a { background-color: #BF0D1F; }
a { background-color: rgb(191,13,31); }
div.DivClassName
{
background-color: #BF0D1F;
}
.BgClassName
{
background-color: #BF0D1F;
}
</style>
border-color css
<style>
span { border-color: #BF0D1F; }
span { border-color: rgb(191,13,31); }
td.TdClassName
{
border-color: #BF0D1F;
}
.TagClassName
{
border-color: #BF0D1F;
}
</style>