Shades of Venetian Red #BF072B
Tints of Venetian Red #BF072B
RGB
CMYK
RGB Variations
Color information
#BF072B (or 0xBF072B) is known color: Venetian Red. HEX triplet: BF, 07 and 2B. RGB value is (191,7,43). Sum of RGB (Red+Green+Blue) = 191+7+43=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF072B is #40F8D4. Grayscale: #424242. Windows color (decimal): -4258005 or 2820031. OLE color: 2820031.
HSL color Cylindrical-coordinate representation of color #BF072B: hue angle of 348.26º 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 #BF072B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 43 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.25 |
| HSL | 348.26º | 0.93% | 0.39% | - |
| HSV(B) | 348.26º | 0.96% | 0.75% | - |
| XYZ | 22 | 11.4 | 3.33 | - |
| YUV | 66.12 | 114.96 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 43 | 0 | 0.96 | 0.77 | 0.25 | 348.26 | 0.93 | 0.39 |
| Hex | BF | 7 | 2B | 0 | 60 | 4D | 19 | 15C | 5D | 27 |
| Octal | 277 | 7 | 53 | 0 | 140 | 115 | 31 | 534 | 135 | 47 |
| Binary | 10111111 | 111 | 101011 | 0 | 1100000 | 1001101 | 11001 | 101011100 | 1011101 | 100111 |
Color Harmonies of #BF072B
Complementary color
Monochromatic Colors of #BF072B
Black with #BF072B
Text Example
Text Example
White with #BF072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF072B; }
p { color: rgb(191,7,43); }
H1.HeaderClassName
{
color: #BF072B;
}
.AnyTagClassName
{
color: #BF072B;
}
</style>
background-color css
<style>
a { background-color: #BF072B; }
a { background-color: rgb(191,7,43); }
div.DivClassName
{
background-color: #BF072B;
}
.BgClassName
{
background-color: #BF072B;
}
</style>
border-color css
<style>
span { border-color: #BF072B; }
span { border-color: rgb(191,7,43); }
td.TdClassName
{
border-color: #BF072B;
}
.TagClassName
{
border-color: #BF072B;
}
</style>