Shades of Venetian Red #BF0D14
Tints of Venetian Red #BF0D14
RGB
CMYK
RGB Variations
Color information
#BF0D14 (or 0xBF0D14) is known color: Venetian Red. HEX triplet: BF, 0D and 14. RGB value is (191,13,20). Sum of RGB (Red+Green+Blue) = 191+13+20=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0D14 is #40F2EB. Grayscale: #434343. Windows color (decimal): -4256492 or 1314239. OLE color: 1314239.
HSL color Cylindrical-coordinate representation of color #BF0D14: hue angle of 357.64º 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 #BF0D14 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 20 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.25 |
| HSL | 357.64º | 0.87% | 0.4% | - |
| HSV(B) | 357.64º | 0.93% | 0.75% | - |
| XYZ | 21.76 | 11.41 | 1.72 | - |
| YUV | 67.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 20 | 0 | 0.93 | 0.90 | 0.25 | 357.64 | 0.87 | 0.4 |
| Hex | BF | D | 14 | 0 | 5D | 5A | 19 | 166 | 57 | 28 |
| Octal | 277 | 15 | 24 | 0 | 135 | 132 | 31 | 546 | 127 | 50 |
| Binary | 10111111 | 1101 | 10100 | 0 | 1011101 | 1011010 | 11001 | 101100110 | 1010111 | 101000 |
Color Harmonies of #BF0D14
Complementary color
Monochromatic Colors of #BF0D14
Black with #BF0D14
Text Example
Text Example
White with #BF0D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0D14; }
p { color: rgb(191,13,20); }
H1.HeaderClassName
{
color: #BF0D14;
}
.AnyTagClassName
{
color: #BF0D14;
}
</style>
background-color css
<style>
a { background-color: #BF0D14; }
a { background-color: rgb(191,13,20); }
div.DivClassName
{
background-color: #BF0D14;
}
.BgClassName
{
background-color: #BF0D14;
}
</style>
border-color css
<style>
span { border-color: #BF0D14; }
span { border-color: rgb(191,13,20); }
td.TdClassName
{
border-color: #BF0D14;
}
.TagClassName
{
border-color: #BF0D14;
}
</style>