Shades of Venetian Red #BF012E
Tints of Venetian Red #BF012E
RGB
CMYK
RGB Variations
Color information
#BF012E (or 0xBF012E) is known color: Venetian Red. HEX triplet: BF, 01 and 2E. RGB value is (191,1,46). Sum of RGB (Red+Green+Blue) = 191+1+46=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF012E is #40FED1. Grayscale: #3E3E3E. Windows color (decimal): -4259538 or 3015103. OLE color: 3015103.
HSL color Cylindrical-coordinate representation of color #BF012E: hue angle of 345.79º degrees, saturation: 0.99, 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 #BF012E is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.25 |
| HSL | 345.79º | 0.99% | 0.38% | - |
| HSV(B) | 345.79º | 0.99% | 0.75% | - |
| XYZ | 21.99 | 11.3 | 3.61 | - |
| YUV | 62.94 | 118.45 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 46 | 0 | 0.99 | 0.76 | 0.25 | 345.79 | 0.99 | 0.38 |
| Hex | BF | 1 | 2E | 0 | 63 | 4C | 19 | 15A | 63 | 26 |
| Octal | 277 | 1 | 56 | 0 | 143 | 114 | 31 | 532 | 143 | 46 |
| Binary | 10111111 | 1 | 101110 | 0 | 1100011 | 1001100 | 11001 | 101011010 | 1100011 | 100110 |
Color Harmonies of #BF012E
Complementary color
Monochromatic Colors of #BF012E
Black with #BF012E
Text Example
Text Example
White with #BF012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF012E; }
p { color: rgb(191,1,46); }
H1.HeaderClassName
{
color: #BF012E;
}
.AnyTagClassName
{
color: #BF012E;
}
</style>
background-color css
<style>
a { background-color: #BF012E; }
a { background-color: rgb(191,1,46); }
div.DivClassName
{
background-color: #BF012E;
}
.BgClassName
{
background-color: #BF012E;
}
</style>
border-color css
<style>
span { border-color: #BF012E; }
span { border-color: rgb(191,1,46); }
td.TdClassName
{
border-color: #BF012E;
}
.TagClassName
{
border-color: #BF012E;
}
</style>