Shades of Venetian Red #BF1418
Tints of Venetian Red #BF1418
RGB
CMYK
RGB Variations
Color information
#BF1418 (or 0xBF1418) is known color: Venetian Red. HEX triplet: BF, 14 and 18. RGB value is (191,20,24). Sum of RGB (Red+Green+Blue) = 191+20+24=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1418 is #40EBE7. Grayscale: #474747. Windows color (decimal): -4254696 or 1578175. OLE color: 1578175.
HSL color Cylindrical-coordinate representation of color #BF1418: hue angle of 358.6º degrees, saturation: 0.81, 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 #BF1418 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 24 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.25 |
| HSL | 358.6º | 0.81% | 0.41% | - |
| HSV(B) | 358.6º | 0.9% | 0.75% | - |
| XYZ | 21.9 | 11.64 | 1.96 | - |
| YUV | 71.59 | 101.15 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 24 | 0 | 0.90 | 0.87 | 0.25 | 358.6 | 0.81 | 0.41 |
| Hex | BF | 14 | 18 | 0 | 5A | 57 | 19 | 167 | 51 | 29 |
| Octal | 277 | 24 | 30 | 0 | 132 | 127 | 31 | 547 | 121 | 51 |
| Binary | 10111111 | 10100 | 11000 | 0 | 1011010 | 1010111 | 11001 | 101100111 | 1010001 | 101001 |
Color Harmonies of #BF1418
Complementary color
Monochromatic Colors of #BF1418
Black with #BF1418
Text Example
Text Example
White with #BF1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1418; }
p { color: rgb(191,20,24); }
H1.HeaderClassName
{
color: #BF1418;
}
.AnyTagClassName
{
color: #BF1418;
}
</style>
background-color css
<style>
a { background-color: #BF1418; }
a { background-color: rgb(191,20,24); }
div.DivClassName
{
background-color: #BF1418;
}
.BgClassName
{
background-color: #BF1418;
}
</style>
border-color css
<style>
span { border-color: #BF1418; }
span { border-color: rgb(191,20,24); }
td.TdClassName
{
border-color: #BF1418;
}
.TagClassName
{
border-color: #BF1418;
}
</style>