Shades of Venetian Red #BF121C
Tints of Venetian Red #BF121C
RGB
CMYK
RGB Variations
Color information
#BF121C (or 0xBF121C) is known color: Venetian Red. HEX triplet: BF, 12 and 1C. RGB value is (191,18,28). Sum of RGB (Red+Green+Blue) = 191+18+28=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF121C is #40EDE3. Grayscale: #474747. Windows color (decimal): -4255204 or 1839807. OLE color: 1839807.
HSL color Cylindrical-coordinate representation of color #BF121C: hue angle of 356.53º 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 #BF121C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 28 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.25 |
| HSL | 356.53º | 0.83% | 0.41% | - |
| HSV(B) | 356.53º | 0.91% | 0.75% | - |
| XYZ | 21.91 | 11.59 | 2.18 | - |
| YUV | 70.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 28 | 0 | 0.91 | 0.85 | 0.25 | 356.53 | 0.83 | 0.41 |
| Hex | BF | 12 | 1C | 0 | 5B | 55 | 19 | 165 | 53 | 29 |
| Octal | 277 | 22 | 34 | 0 | 133 | 125 | 31 | 545 | 123 | 51 |
| Binary | 10111111 | 10010 | 11100 | 0 | 1011011 | 1010101 | 11001 | 101100101 | 1010011 | 101001 |
Color Harmonies of #BF121C
Complementary color
Monochromatic Colors of #BF121C
Black with #BF121C
Text Example
Text Example
White with #BF121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF121C; }
p { color: rgb(191,18,28); }
H1.HeaderClassName
{
color: #BF121C;
}
.AnyTagClassName
{
color: #BF121C;
}
</style>
background-color css
<style>
a { background-color: #BF121C; }
a { background-color: rgb(191,18,28); }
div.DivClassName
{
background-color: #BF121C;
}
.BgClassName
{
background-color: #BF121C;
}
</style>
border-color css
<style>
span { border-color: #BF121C; }
span { border-color: rgb(191,18,28); }
td.TdClassName
{
border-color: #BF121C;
}
.TagClassName
{
border-color: #BF121C;
}
</style>