Shades of Venetian Red #BF0127
Tints of Venetian Red #BF0127
RGB
CMYK
RGB Variations
Color information
#BF0127 (or 0xBF0127) is known color: Venetian Red. HEX triplet: BF, 01 and 27. RGB value is (191,1,39). Sum of RGB (Red+Green+Blue) = 191+1+39=231 (30% of max value = 765). Red value is 191 (75% from 255 or 82.68% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0127 is #40FED8. Grayscale: #3E3E3E. Windows color (decimal): -4259545 or 2556351. OLE color: 2556351.
HSL color Cylindrical-coordinate representation of color #BF0127: hue angle of 348º 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 #BF0127 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.25 |
| HSL | 348º | 0.99% | 0.38% | - |
| HSV(B) | 348º | 0.99% | 0.75% | - |
| XYZ | 21.86 | 11.24 | 2.94 | - |
| YUV | 62.14 | 114.95 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 39 | 0 | 0.99 | 0.80 | 0.25 | 348 | 0.99 | 0.38 |
| Hex | BF | 1 | 27 | 0 | 63 | 50 | 19 | 15C | 63 | 26 |
| Octal | 277 | 1 | 47 | 0 | 143 | 120 | 31 | 534 | 143 | 46 |
| Binary | 10111111 | 1 | 100111 | 0 | 1100011 | 1010000 | 11001 | 101011100 | 1100011 | 100110 |
Color Harmonies of #BF0127
Complementary color
Monochromatic Colors of #BF0127
Black with #BF0127
Text Example
Text Example
White with #BF0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0127; }
p { color: rgb(191,1,39); }
H1.HeaderClassName
{
color: #BF0127;
}
.AnyTagClassName
{
color: #BF0127;
}
</style>
background-color css
<style>
a { background-color: #BF0127; }
a { background-color: rgb(191,1,39); }
div.DivClassName
{
background-color: #BF0127;
}
.BgClassName
{
background-color: #BF0127;
}
</style>
border-color css
<style>
span { border-color: #BF0127; }
span { border-color: rgb(191,1,39); }
td.TdClassName
{
border-color: #BF0127;
}
.TagClassName
{
border-color: #BF0127;
}
</style>