Shades of Venetian Red #BF0220
Tints of Venetian Red #BF0220
RGB
CMYK
RGB Variations
Color information
#BF0220 (or 0xBF0220) is known color: Venetian Red. HEX triplet: BF, 02 and 20. RGB value is (191,2,32). Sum of RGB (Red+Green+Blue) = 191+2+32=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0220 is #40FDDF. Grayscale: #3E3E3E. Windows color (decimal): -4259296 or 2097855. OLE color: 2097855.
HSL color Cylindrical-coordinate representation of color #BF0220: hue angle of 350.48º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0220 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.25 |
| HSL | 350.48º | 0.98% | 0.38% | - |
| HSV(B) | 350.48º | 0.99% | 0.75% | - |
| XYZ | 21.77 | 11.22 | 2.39 | - |
| YUV | 61.93 | 111.12 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 32 | 0 | 0.99 | 0.83 | 0.25 | 350.48 | 0.98 | 0.38 |
| Hex | BF | 2 | 20 | 0 | 63 | 53 | 19 | 15E | 62 | 26 |
| Octal | 277 | 2 | 40 | 0 | 143 | 123 | 31 | 536 | 142 | 46 |
| Binary | 10111111 | 10 | 100000 | 0 | 1100011 | 1010011 | 11001 | 101011110 | 1100010 | 100110 |
Color Harmonies of #BF0220
Complementary color
Monochromatic Colors of #BF0220
Black with #BF0220
Text Example
Text Example
White with #BF0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0220; }
p { color: rgb(191,2,32); }
H1.HeaderClassName
{
color: #BF0220;
}
.AnyTagClassName
{
color: #BF0220;
}
</style>
background-color css
<style>
a { background-color: #BF0220; }
a { background-color: rgb(191,2,32); }
div.DivClassName
{
background-color: #BF0220;
}
.BgClassName
{
background-color: #BF0220;
}
</style>
border-color css
<style>
span { border-color: #BF0220; }
span { border-color: rgb(191,2,32); }
td.TdClassName
{
border-color: #BF0220;
}
.TagClassName
{
border-color: #BF0220;
}
</style>