Shades of Venetian Red #BF1215
Tints of Venetian Red #BF1215
RGB
CMYK
RGB Variations
Color information
#BF1215 (or 0xBF1215) is known color: Venetian Red. HEX triplet: BF, 12 and 15. RGB value is (191,18,21). Sum of RGB (Red+Green+Blue) = 191+18+21=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1215 is #40EDEA. Grayscale: #464646. Windows color (decimal): -4255211 or 1381055. OLE color: 1381055.
HSL color Cylindrical-coordinate representation of color #BF1215: hue angle of 358.96º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1215 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 21 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.25 |
| HSL | 358.96º | 0.83% | 0.41% | - |
| HSV(B) | 358.96º | 0.91% | 0.75% | - |
| XYZ | 21.84 | 11.56 | 1.79 | - |
| YUV | 70.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 21 | 0 | 0.91 | 0.89 | 0.25 | 358.96 | 0.83 | 0.41 |
| Hex | BF | 12 | 15 | 0 | 5B | 59 | 19 | 167 | 53 | 29 |
| Octal | 277 | 22 | 25 | 0 | 133 | 131 | 31 | 547 | 123 | 51 |
| Binary | 10111111 | 10010 | 10101 | 0 | 1011011 | 1011001 | 11001 | 101100111 | 1010011 | 101001 |
Color Harmonies of #BF1215
Complementary color
Monochromatic Colors of #BF1215
Black with #BF1215
Text Example
Text Example
White with #BF1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1215; }
p { color: rgb(191,18,21); }
H1.HeaderClassName
{
color: #BF1215;
}
.AnyTagClassName
{
color: #BF1215;
}
</style>
background-color css
<style>
a { background-color: #BF1215; }
a { background-color: rgb(191,18,21); }
div.DivClassName
{
background-color: #BF1215;
}
.BgClassName
{
background-color: #BF1215;
}
</style>
border-color css
<style>
span { border-color: #BF1215; }
span { border-color: rgb(191,18,21); }
td.TdClassName
{
border-color: #BF1215;
}
.TagClassName
{
border-color: #BF1215;
}
</style>