Shades of Venetian Red #BF0002
Tints of Venetian Red #BF0002
RGB
CMYK
RGB Variations
Color information
#BF0002 (or 0xBF0002) is known color: Venetian Red. HEX triplet: BF, 00 and 02. RGB value is (191,0,2). Sum of RGB (Red+Green+Blue) = 191+0+2=193 (25% of max value = 765). Red value is 191 (75% from 255 or 98.96% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0002 is #40FFFD. Grayscale: #393939. Windows color (decimal): -4259838 or 131263. OLE color: 131263.
HSL color Cylindrical-coordinate representation of color #BF0002: hue angle of 359.37º 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 #BF0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.25 |
| HSL | 359.37º | 1% | 0.37% | - |
| HSV(B) | 359.37º | 1% | 0.75% | - |
| XYZ | 21.5 | 11.08 | 1.06 | - |
| YUV | 57.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 2 | 0 | 1 | 0.99 | 0.25 | 359.37 | 1 | 0.37 |
| Hex | BF | 0 | 2 | 0 | 64 | 63 | 19 | 167 | 64 | 25 |
| Octal | 277 | 0 | 2 | 0 | 144 | 143 | 31 | 547 | 144 | 45 |
| Binary | 10111111 | 0 | 10 | 0 | 1100100 | 1100011 | 11001 | 101100111 | 1100100 | 100101 |
Color Harmonies of #BF0002
Complementary color
Monochromatic Colors of #BF0002
Black with #BF0002
Text Example
Text Example
White with #BF0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0002; }
p { color: rgb(191,0,2); }
H1.HeaderClassName
{
color: #BF0002;
}
.AnyTagClassName
{
color: #BF0002;
}
</style>
background-color css
<style>
a { background-color: #BF0002; }
a { background-color: rgb(191,0,2); }
div.DivClassName
{
background-color: #BF0002;
}
.BgClassName
{
background-color: #BF0002;
}
</style>
border-color css
<style>
span { border-color: #BF0002; }
span { border-color: rgb(191,0,2); }
td.TdClassName
{
border-color: #BF0002;
}
.TagClassName
{
border-color: #BF0002;
}
</style>