Shades of Venetian Red #BF0001
Tints of Venetian Red #BF0001
RGB
CMYK
RGB Variations
Color information
#BF0001 (or 0xBF0001) is known color: Venetian Red. HEX triplet: BF, 00 and 01. RGB value is (191,0,1). Sum of RGB (Red+Green+Blue) = 191+0+1=192 (25% of max value = 765). Red value is 191 (75% from 255 or 99.48% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0001 is #40FFFE. Grayscale: #393939. Windows color (decimal): -4259839 or 65727. OLE color: 65727.
HSL color Cylindrical-coordinate representation of color #BF0001: hue angle of 359.69º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.25 |
| HSL | 359.69º | 1% | 0.37% | - |
| HSV(B) | 359.69º | 1% | 0.75% | - |
| XYZ | 21.49 | 11.08 | 1.03 | - |
| YUV | 57.22 | 96.28 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 1 | 0 | 1 | 0.99 | 0.25 | 359.69 | 1 | 0.37 |
| Hex | BF | 0 | 1 | 0 | 64 | 63 | 19 | 168 | 64 | 25 |
| Octal | 277 | 0 | 1 | 0 | 144 | 143 | 31 | 550 | 144 | 45 |
| Binary | 10111111 | 0 | 1 | 0 | 1100100 | 1100011 | 11001 | 101101000 | 1100100 | 100101 |
Color Harmonies of #BF0001
Complementary color
Monochromatic Colors of #BF0001
Black with #BF0001
Text Example
Text Example
White with #BF0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0001; }
p { color: rgb(191,0,1); }
H1.HeaderClassName
{
color: #BF0001;
}
.AnyTagClassName
{
color: #BF0001;
}
</style>
background-color css
<style>
a { background-color: #BF0001; }
a { background-color: rgb(191,0,1); }
div.DivClassName
{
background-color: #BF0001;
}
.BgClassName
{
background-color: #BF0001;
}
</style>
border-color css
<style>
span { border-color: #BF0001; }
span { border-color: rgb(191,0,1); }
td.TdClassName
{
border-color: #BF0001;
}
.TagClassName
{
border-color: #BF0001;
}
</style>