Shades of Venetian Red #BF121B
Tints of Venetian Red #BF121B
RGB
CMYK
RGB Variations
Color information
#BF121B (or 0xBF121B) is known color: Venetian Red. HEX triplet: BF, 12 and 1B. RGB value is (191,18,27). Sum of RGB (Red+Green+Blue) = 191+18+27=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF121B is #40EDE4. Grayscale: #464646. Windows color (decimal): -4255205 or 1774271. OLE color: 1774271.
HSL color Cylindrical-coordinate representation of color #BF121B: hue angle of 356.88º 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 #BF121B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.25 |
| HSL | 356.88º | 0.83% | 0.41% | - |
| HSV(B) | 356.88º | 0.91% | 0.75% | - |
| XYZ | 21.9 | 11.59 | 2.12 | - |
| YUV | 70.75 | 103.31 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 27 | 0 | 0.91 | 0.86 | 0.25 | 356.88 | 0.83 | 0.41 |
| Hex | BF | 12 | 1B | 0 | 5B | 56 | 19 | 165 | 53 | 29 |
| Octal | 277 | 22 | 33 | 0 | 133 | 126 | 31 | 545 | 123 | 51 |
| Binary | 10111111 | 10010 | 11011 | 0 | 1011011 | 1010110 | 11001 | 101100101 | 1010011 | 101001 |
Color Harmonies of #BF121B
Complementary color
Monochromatic Colors of #BF121B
Black with #BF121B
Text Example
Text Example
White with #BF121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF121B; }
p { color: rgb(191,18,27); }
H1.HeaderClassName
{
color: #BF121B;
}
.AnyTagClassName
{
color: #BF121B;
}
</style>
background-color css
<style>
a { background-color: #BF121B; }
a { background-color: rgb(191,18,27); }
div.DivClassName
{
background-color: #BF121B;
}
.BgClassName
{
background-color: #BF121B;
}
</style>
border-color css
<style>
span { border-color: #BF121B; }
span { border-color: rgb(191,18,27); }
td.TdClassName
{
border-color: #BF121B;
}
.TagClassName
{
border-color: #BF121B;
}
</style>