Shades of Venetian Red #BF1213
Tints of Venetian Red #BF1213
RGB
CMYK
RGB Variations
Color information
#BF1213 (or 0xBF1213) is known color: Venetian Red. HEX triplet: BF, 12 and 13. RGB value is (191,18,19). Sum of RGB (Red+Green+Blue) = 191+18+19=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1213 is #40EDEC. Grayscale: #464646. Windows color (decimal): -4255213 or 1249983. OLE color: 1249983.
HSL color Cylindrical-coordinate representation of color #BF1213: hue angle of 359.65º 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 #BF1213 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 19 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.25 |
| HSL | 359.65º | 0.83% | 0.41% | - |
| HSV(B) | 359.65º | 0.91% | 0.75% | - |
| XYZ | 21.82 | 11.56 | 1.7 | - |
| YUV | 69.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 19 | 0 | 0.91 | 0.90 | 0.25 | 359.65 | 0.83 | 0.41 |
| Hex | BF | 12 | 13 | 0 | 5B | 5A | 19 | 168 | 53 | 29 |
| Octal | 277 | 22 | 23 | 0 | 133 | 132 | 31 | 550 | 123 | 51 |
| Binary | 10111111 | 10010 | 10011 | 0 | 1011011 | 1011010 | 11001 | 101101000 | 1010011 | 101001 |
Color Harmonies of #BF1213
Complementary color
Monochromatic Colors of #BF1213
Black with #BF1213
Text Example
Text Example
White with #BF1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1213; }
p { color: rgb(191,18,19); }
H1.HeaderClassName
{
color: #BF1213;
}
.AnyTagClassName
{
color: #BF1213;
}
</style>
background-color css
<style>
a { background-color: #BF1213; }
a { background-color: rgb(191,18,19); }
div.DivClassName
{
background-color: #BF1213;
}
.BgClassName
{
background-color: #BF1213;
}
</style>
border-color css
<style>
span { border-color: #BF1213; }
span { border-color: rgb(191,18,19); }
td.TdClassName
{
border-color: #BF1213;
}
.TagClassName
{
border-color: #BF1213;
}
</style>