Shades of Venetian Red #BF040B
Tints of Venetian Red #BF040B
RGB
CMYK
RGB Variations
Color information
#BF040B (or 0xBF040B) is known color: Venetian Red. HEX triplet: BF, 04 and 0B. RGB value is (191,4,11). Sum of RGB (Red+Green+Blue) = 191+4+11=206 (27% of max value = 765). Red value is 191 (75% from 255 or 92.72% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 191 - color contains mainly: red. Hex color #BF040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF040B is #40FBF4. Grayscale: #3C3C3C. Windows color (decimal): -4258805 or 722111. OLE color: 722111.
HSL color Cylindrical-coordinate representation of color #BF040B: hue angle of 357.75º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF040B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.25 |
| HSL | 357.75º | 0.96% | 0.38% | - |
| HSV(B) | 357.75º | 0.98% | 0.75% | - |
| XYZ | 21.59 | 11.19 | 1.34 | - |
| YUV | 60.71 | 99.95 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 11 | 0 | 0.98 | 0.94 | 0.25 | 357.75 | 0.96 | 0.38 |
| Hex | BF | 4 | B | 0 | 62 | 5E | 19 | 166 | 60 | 26 |
| Octal | 277 | 4 | 13 | 0 | 142 | 136 | 31 | 546 | 140 | 46 |
| Binary | 10111111 | 100 | 1011 | 0 | 1100010 | 1011110 | 11001 | 101100110 | 1100000 | 100110 |
Color Harmonies of #BF040B
Complementary color
Monochromatic Colors of #BF040B
Black with #BF040B
Text Example
Text Example
White with #BF040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF040B; }
p { color: rgb(191,4,11); }
H1.HeaderClassName
{
color: #BF040B;
}
.AnyTagClassName
{
color: #BF040B;
}
</style>
background-color css
<style>
a { background-color: #BF040B; }
a { background-color: rgb(191,4,11); }
div.DivClassName
{
background-color: #BF040B;
}
.BgClassName
{
background-color: #BF040B;
}
</style>
border-color css
<style>
span { border-color: #BF040B; }
span { border-color: rgb(191,4,11); }
td.TdClassName
{
border-color: #BF040B;
}
.TagClassName
{
border-color: #BF040B;
}
</style>