Shades of Venetian Red #BF070D
Tints of Venetian Red #BF070D
RGB
CMYK
RGB Variations
Color information
#BF070D (or 0xBF070D) is known color: Venetian Red. HEX triplet: BF, 07 and 0D. RGB value is (191,7,13). Sum of RGB (Red+Green+Blue) = 191+7+13=211 (27% of max value = 765). Red value is 191 (75% from 255 or 90.52% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 191 - color contains mainly: red. Hex color #BF070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF070D is #40F8F2. Grayscale: #3E3E3E. Windows color (decimal): -4258035 or 853951. OLE color: 853951.
HSL color Cylindrical-coordinate representation of color #BF070D: hue angle of 358.04º 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 #BF070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.25 |
| HSL | 358.04º | 0.93% | 0.39% | - |
| HSV(B) | 358.04º | 0.96% | 0.75% | - |
| XYZ | 21.63 | 11.26 | 1.41 | - |
| YUV | 62.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 13 | 0 | 0.96 | 0.93 | 0.25 | 358.04 | 0.93 | 0.39 |
| Hex | BF | 7 | D | 0 | 60 | 5D | 19 | 166 | 5D | 27 |
| Octal | 277 | 7 | 15 | 0 | 140 | 135 | 31 | 546 | 135 | 47 |
| Binary | 10111111 | 111 | 1101 | 0 | 1100000 | 1011101 | 11001 | 101100110 | 1011101 | 100111 |
Color Harmonies of #BF070D
Complementary color
Monochromatic Colors of #BF070D
Black with #BF070D
Text Example
Text Example
White with #BF070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF070D; }
p { color: rgb(191,7,13); }
H1.HeaderClassName
{
color: #BF070D;
}
.AnyTagClassName
{
color: #BF070D;
}
</style>
background-color css
<style>
a { background-color: #BF070D; }
a { background-color: rgb(191,7,13); }
div.DivClassName
{
background-color: #BF070D;
}
.BgClassName
{
background-color: #BF070D;
}
</style>
border-color css
<style>
span { border-color: #BF070D; }
span { border-color: rgb(191,7,13); }
td.TdClassName
{
border-color: #BF070D;
}
.TagClassName
{
border-color: #BF070D;
}
</style>