Shades of Venetian Red #BF032E
Tints of Venetian Red #BF032E
RGB
CMYK
RGB Variations
Color information
#BF032E (or 0xBF032E) is known color: Venetian Red. HEX triplet: BF, 03 and 2E. RGB value is (191,3,46). Sum of RGB (Red+Green+Blue) = 191+3+46=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF032E is #40FCD1. Grayscale: #404040. Windows color (decimal): -4259026 or 3015615. OLE color: 3015615.
HSL color Cylindrical-coordinate representation of color #BF032E: hue angle of 346.28º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF032E is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.25 |
| HSL | 346.28º | 0.97% | 0.38% | - |
| HSV(B) | 346.28º | 0.98% | 0.75% | - |
| XYZ | 22.01 | 11.34 | 3.61 | - |
| YUV | 64.11 | 117.78 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 46 | 0 | 0.98 | 0.76 | 0.25 | 346.28 | 0.97 | 0.38 |
| Hex | BF | 3 | 2E | 0 | 62 | 4C | 19 | 15A | 61 | 26 |
| Octal | 277 | 3 | 56 | 0 | 142 | 114 | 31 | 532 | 141 | 46 |
| Binary | 10111111 | 11 | 101110 | 0 | 1100010 | 1001100 | 11001 | 101011010 | 1100001 | 100110 |
Color Harmonies of #BF032E
Complementary color
Monochromatic Colors of #BF032E
Black with #BF032E
Text Example
Text Example
White with #BF032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF032E; }
p { color: rgb(191,3,46); }
H1.HeaderClassName
{
color: #BF032E;
}
.AnyTagClassName
{
color: #BF032E;
}
</style>
background-color css
<style>
a { background-color: #BF032E; }
a { background-color: rgb(191,3,46); }
div.DivClassName
{
background-color: #BF032E;
}
.BgClassName
{
background-color: #BF032E;
}
</style>
border-color css
<style>
span { border-color: #BF032E; }
span { border-color: rgb(191,3,46); }
td.TdClassName
{
border-color: #BF032E;
}
.TagClassName
{
border-color: #BF032E;
}
</style>