Shades of Venetian Red #BF0020
Tints of Venetian Red #BF0020
RGB
CMYK
RGB Variations
Color information
#BF0020 (or 0xBF0020) is known color: Venetian Red. HEX triplet: BF, 00 and 20. RGB value is (191,0,32). Sum of RGB (Red+Green+Blue) = 191+0+32=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0020 is #40FFDF. Grayscale: #3C3C3C. Windows color (decimal): -4259808 or 2097343. OLE color: 2097343.
HSL color Cylindrical-coordinate representation of color #BF0020: hue angle of 349.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0020 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.83 | 0.25 |
| HSL | 349.95º | 1% | 0.37% | - |
| HSV(B) | 349.95º | 1% | 0.75% | - |
| XYZ | 21.75 | 11.18 | 2.38 | - |
| YUV | 60.76 | 111.78 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 32 | 0 | 1 | 0.83 | 0.25 | 349.95 | 1 | 0.37 |
| Hex | BF | 0 | 20 | 0 | 64 | 53 | 19 | 15E | 64 | 25 |
| Octal | 277 | 0 | 40 | 0 | 144 | 123 | 31 | 536 | 144 | 45 |
| Binary | 10111111 | 0 | 100000 | 0 | 1100100 | 1010011 | 11001 | 101011110 | 1100100 | 100101 |
Color Harmonies of #BF0020
Complementary color
Monochromatic Colors of #BF0020
Black with #BF0020
Text Example
Text Example
White with #BF0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0020; }
p { color: rgb(191,0,32); }
H1.HeaderClassName
{
color: #BF0020;
}
.AnyTagClassName
{
color: #BF0020;
}
</style>
background-color css
<style>
a { background-color: #BF0020; }
a { background-color: rgb(191,0,32); }
div.DivClassName
{
background-color: #BF0020;
}
.BgClassName
{
background-color: #BF0020;
}
</style>
border-color css
<style>
span { border-color: #BF0020; }
span { border-color: rgb(191,0,32); }
td.TdClassName
{
border-color: #BF0020;
}
.TagClassName
{
border-color: #BF0020;
}
</style>