Shades of Venetian Red #BF072C
Tints of Venetian Red #BF072C
RGB
CMYK
RGB Variations
Color information
#BF072C (or 0xBF072C) is known color: Venetian Red. HEX triplet: BF, 07 and 2C. RGB value is (191,7,44). Sum of RGB (Red+Green+Blue) = 191+7+44=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF072C is #40F8D3. Grayscale: #424242. Windows color (decimal): -4258004 or 2885567. OLE color: 2885567.
HSL color Cylindrical-coordinate representation of color #BF072C: hue angle of 347.93º 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 #BF072C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 44 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.25 |
| HSL | 347.93º | 0.93% | 0.39% | - |
| HSV(B) | 347.93º | 0.96% | 0.75% | - |
| XYZ | 22.02 | 11.41 | 3.42 | - |
| YUV | 66.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 44 | 0 | 0.96 | 0.77 | 0.25 | 347.93 | 0.93 | 0.39 |
| Hex | BF | 7 | 2C | 0 | 60 | 4D | 19 | 15C | 5D | 27 |
| Octal | 277 | 7 | 54 | 0 | 140 | 115 | 31 | 534 | 135 | 47 |
| Binary | 10111111 | 111 | 101100 | 0 | 1100000 | 1001101 | 11001 | 101011100 | 1011101 | 100111 |
Color Harmonies of #BF072C
Complementary color
Monochromatic Colors of #BF072C
Black with #BF072C
Text Example
Text Example
White with #BF072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF072C; }
p { color: rgb(191,7,44); }
H1.HeaderClassName
{
color: #BF072C;
}
.AnyTagClassName
{
color: #BF072C;
}
</style>
background-color css
<style>
a { background-color: #BF072C; }
a { background-color: rgb(191,7,44); }
div.DivClassName
{
background-color: #BF072C;
}
.BgClassName
{
background-color: #BF072C;
}
</style>
border-color css
<style>
span { border-color: #BF072C; }
span { border-color: rgb(191,7,44); }
td.TdClassName
{
border-color: #BF072C;
}
.TagClassName
{
border-color: #BF072C;
}
</style>