Shades of Venetian Red #BF0C20
Tints of Venetian Red #BF0C20
RGB
CMYK
RGB Variations
Color information
#BF0C20 (or 0xBF0C20) is known color: Venetian Red. HEX triplet: BF, 0C and 20. RGB value is (191,12,32). Sum of RGB (Red+Green+Blue) = 191+12+32=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C20 is #40F3DF. Grayscale: #434343. Windows color (decimal): -4256736 or 2100415. OLE color: 2100415.
HSL color Cylindrical-coordinate representation of color #BF0C20: hue angle of 353.3º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C20 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 32 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.25 |
| HSL | 353.3º | 0.88% | 0.4% | - |
| HSV(B) | 353.3º | 0.94% | 0.75% | - |
| XYZ | 21.88 | 11.44 | 2.42 | - |
| YUV | 67.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 32 | 0 | 0.94 | 0.83 | 0.25 | 353.3 | 0.88 | 0.4 |
| Hex | BF | C | 20 | 0 | 5E | 53 | 19 | 161 | 58 | 28 |
| Octal | 277 | 14 | 40 | 0 | 136 | 123 | 31 | 541 | 130 | 50 |
| Binary | 10111111 | 1100 | 100000 | 0 | 1011110 | 1010011 | 11001 | 101100001 | 1011000 | 101000 |
Color Harmonies of #BF0C20
Complementary color
Monochromatic Colors of #BF0C20
Black with #BF0C20
Text Example
Text Example
White with #BF0C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C20; }
p { color: rgb(191,12,32); }
H1.HeaderClassName
{
color: #BF0C20;
}
.AnyTagClassName
{
color: #BF0C20;
}
</style>
background-color css
<style>
a { background-color: #BF0C20; }
a { background-color: rgb(191,12,32); }
div.DivClassName
{
background-color: #BF0C20;
}
.BgClassName
{
background-color: #BF0C20;
}
</style>
border-color css
<style>
span { border-color: #BF0C20; }
span { border-color: rgb(191,12,32); }
td.TdClassName
{
border-color: #BF0C20;
}
.TagClassName
{
border-color: #BF0C20;
}
</style>