Shades of Venetian Red #BF1214
Tints of Venetian Red #BF1214
RGB
CMYK
RGB Variations
Color information
#BF1214 (or 0xBF1214) is known color: Venetian Red. HEX triplet: BF, 12 and 14. RGB value is (191,18,20). Sum of RGB (Red+Green+Blue) = 191+18+20=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1214 is #40EDEB. Grayscale: #464646. Windows color (decimal): -4255212 or 1315519. OLE color: 1315519.
HSL color Cylindrical-coordinate representation of color #BF1214: hue angle of 359.31º 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 #BF1214 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 20 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.25 |
| HSL | 359.31º | 0.83% | 0.41% | - |
| HSV(B) | 359.31º | 0.91% | 0.75% | - |
| XYZ | 21.83 | 11.56 | 1.74 | - |
| YUV | 69.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 20 | 0 | 0.91 | 0.90 | 0.25 | 359.31 | 0.83 | 0.41 |
| Hex | BF | 12 | 14 | 0 | 5B | 5A | 19 | 167 | 53 | 29 |
| Octal | 277 | 22 | 24 | 0 | 133 | 132 | 31 | 547 | 123 | 51 |
| Binary | 10111111 | 10010 | 10100 | 0 | 1011011 | 1011010 | 11001 | 101100111 | 1010011 | 101001 |
Color Harmonies of #BF1214
Complementary color
Monochromatic Colors of #BF1214
Black with #BF1214
Text Example
Text Example
White with #BF1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1214; }
p { color: rgb(191,18,20); }
H1.HeaderClassName
{
color: #BF1214;
}
.AnyTagClassName
{
color: #BF1214;
}
</style>
background-color css
<style>
a { background-color: #BF1214; }
a { background-color: rgb(191,18,20); }
div.DivClassName
{
background-color: #BF1214;
}
.BgClassName
{
background-color: #BF1214;
}
</style>
border-color css
<style>
span { border-color: #BF1214; }
span { border-color: rgb(191,18,20); }
td.TdClassName
{
border-color: #BF1214;
}
.TagClassName
{
border-color: #BF1214;
}
</style>