Shades of Venetian Red #BF071D
Tints of Venetian Red #BF071D
RGB
CMYK
RGB Variations
Color information
#BF071D (or 0xBF071D) is known color: Venetian Red. HEX triplet: BF, 07 and 1D. RGB value is (191,7,29). Sum of RGB (Red+Green+Blue) = 191+7+29=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF071D is #40F8E2. Grayscale: #404040. Windows color (decimal): -4258019 or 1902527. OLE color: 1902527.
HSL color Cylindrical-coordinate representation of color #BF071D: hue angle of 352.83º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF071D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.25 |
| HSL | 352.83º | 0.93% | 0.39% | - |
| HSV(B) | 352.83º | 0.96% | 0.75% | - |
| XYZ | 21.78 | 11.32 | 2.2 | - |
| YUV | 64.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 29 | 0 | 0.96 | 0.85 | 0.25 | 352.83 | 0.93 | 0.39 |
| Hex | BF | 7 | 1D | 0 | 60 | 55 | 19 | 161 | 5D | 27 |
| Octal | 277 | 7 | 35 | 0 | 140 | 125 | 31 | 541 | 135 | 47 |
| Binary | 10111111 | 111 | 11101 | 0 | 1100000 | 1010101 | 11001 | 101100001 | 1011101 | 100111 |
Color Harmonies of #BF071D
Complementary color
Monochromatic Colors of #BF071D
Black with #BF071D
Text Example
Text Example
White with #BF071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF071D; }
p { color: rgb(191,7,29); }
H1.HeaderClassName
{
color: #BF071D;
}
.AnyTagClassName
{
color: #BF071D;
}
</style>
background-color css
<style>
a { background-color: #BF071D; }
a { background-color: rgb(191,7,29); }
div.DivClassName
{
background-color: #BF071D;
}
.BgClassName
{
background-color: #BF071D;
}
</style>
border-color css
<style>
span { border-color: #BF071D; }
span { border-color: rgb(191,7,29); }
td.TdClassName
{
border-color: #BF071D;
}
.TagClassName
{
border-color: #BF071D;
}
</style>