Shades of Venetian Red #BF1415
Tints of Venetian Red #BF1415
RGB
CMYK
RGB Variations
Color information
#BF1415 (or 0xBF1415) is known color: Venetian Red. HEX triplet: BF, 14 and 15. RGB value is (191,20,21). Sum of RGB (Red+Green+Blue) = 191+20+21=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1415 is #40EBEA. Grayscale: #474747. Windows color (decimal): -4254699 or 1381567. OLE color: 1381567.
HSL color Cylindrical-coordinate representation of color #BF1415: hue angle of 359.65º 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 #BF1415 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 21 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.25 |
| HSL | 359.65º | 0.81% | 0.41% | - |
| HSV(B) | 359.65º | 0.9% | 0.75% | - |
| XYZ | 21.87 | 11.63 | 1.8 | - |
| YUV | 71.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 21 | 0 | 0.90 | 0.89 | 0.25 | 359.65 | 0.81 | 0.41 |
| Hex | BF | 14 | 15 | 0 | 5A | 59 | 19 | 168 | 51 | 29 |
| Octal | 277 | 24 | 25 | 0 | 132 | 131 | 31 | 550 | 121 | 51 |
| Binary | 10111111 | 10100 | 10101 | 0 | 1011010 | 1011001 | 11001 | 101101000 | 1010001 | 101001 |
Color Harmonies of #BF1415
Complementary color
Monochromatic Colors of #BF1415
Black with #BF1415
Text Example
Text Example
White with #BF1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1415; }
p { color: rgb(191,20,21); }
H1.HeaderClassName
{
color: #BF1415;
}
.AnyTagClassName
{
color: #BF1415;
}
</style>
background-color css
<style>
a { background-color: #BF1415; }
a { background-color: rgb(191,20,21); }
div.DivClassName
{
background-color: #BF1415;
}
.BgClassName
{
background-color: #BF1415;
}
</style>
border-color css
<style>
span { border-color: #BF1415; }
span { border-color: rgb(191,20,21); }
td.TdClassName
{
border-color: #BF1415;
}
.TagClassName
{
border-color: #BF1415;
}
</style>