Shades of Venetian Red #BF012B
Tints of Venetian Red #BF012B
RGB
CMYK
RGB Variations
Color information
#BF012B (or 0xBF012B) is known color: Venetian Red. HEX triplet: BF, 01 and 2B. RGB value is (191,1,43). Sum of RGB (Red+Green+Blue) = 191+1+43=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF012B is #40FED4. Grayscale: #3E3E3E. Windows color (decimal): -4259541 or 2818495. OLE color: 2818495.
HSL color Cylindrical-coordinate representation of color #BF012B: hue angle of 346.74º 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 #BF012B is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.25 |
| HSL | 346.74º | 0.99% | 0.38% | - |
| HSV(B) | 346.74º | 0.99% | 0.75% | - |
| XYZ | 21.93 | 11.27 | 3.31 | - |
| YUV | 62.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 43 | 0 | 0.99 | 0.77 | 0.25 | 346.74 | 0.99 | 0.38 |
| Hex | BF | 1 | 2B | 0 | 63 | 4D | 19 | 15B | 63 | 26 |
| Octal | 277 | 1 | 53 | 0 | 143 | 115 | 31 | 533 | 143 | 46 |
| Binary | 10111111 | 1 | 101011 | 0 | 1100011 | 1001101 | 11001 | 101011011 | 1100011 | 100110 |
Color Harmonies of #BF012B
Complementary color
Monochromatic Colors of #BF012B
Black with #BF012B
Text Example
Text Example
White with #BF012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF012B; }
p { color: rgb(191,1,43); }
H1.HeaderClassName
{
color: #BF012B;
}
.AnyTagClassName
{
color: #BF012B;
}
</style>
background-color css
<style>
a { background-color: #BF012B; }
a { background-color: rgb(191,1,43); }
div.DivClassName
{
background-color: #BF012B;
}
.BgClassName
{
background-color: #BF012B;
}
</style>
border-color css
<style>
span { border-color: #BF012B; }
span { border-color: rgb(191,1,43); }
td.TdClassName
{
border-color: #BF012B;
}
.TagClassName
{
border-color: #BF012B;
}
</style>