Shades of Venetian Red #BF031D
Tints of Venetian Red #BF031D
RGB
CMYK
RGB Variations
Color information
#BF031D (or 0xBF031D) is known color: Venetian Red. HEX triplet: BF, 03 and 1D. RGB value is (191,3,29). Sum of RGB (Red+Green+Blue) = 191+3+29=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF031D is #40FCE2. Grayscale: #3E3E3E. Windows color (decimal): -4259043 or 1901503. OLE color: 1901503.
HSL color Cylindrical-coordinate representation of color #BF031D: hue angle of 351.7º degrees, saturation: 0.97, 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 #BF031D is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.25 |
| HSL | 351.7º | 0.97% | 0.38% | - |
| HSV(B) | 351.7º | 0.98% | 0.75% | - |
| XYZ | 21.74 | 11.23 | 2.18 | - |
| YUV | 62.18 | 109.28 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 29 | 0 | 0.98 | 0.85 | 0.25 | 351.7 | 0.97 | 0.38 |
| Hex | BF | 3 | 1D | 0 | 62 | 55 | 19 | 160 | 61 | 26 |
| Octal | 277 | 3 | 35 | 0 | 142 | 125 | 31 | 540 | 141 | 46 |
| Binary | 10111111 | 11 | 11101 | 0 | 1100010 | 1010101 | 11001 | 101100000 | 1100001 | 100110 |
Color Harmonies of #BF031D
Complementary color
Monochromatic Colors of #BF031D
Black with #BF031D
Text Example
Text Example
White with #BF031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF031D; }
p { color: rgb(191,3,29); }
H1.HeaderClassName
{
color: #BF031D;
}
.AnyTagClassName
{
color: #BF031D;
}
</style>
background-color css
<style>
a { background-color: #BF031D; }
a { background-color: rgb(191,3,29); }
div.DivClassName
{
background-color: #BF031D;
}
.BgClassName
{
background-color: #BF031D;
}
</style>
border-color css
<style>
span { border-color: #BF031D; }
span { border-color: rgb(191,3,29); }
td.TdClassName
{
border-color: #BF031D;
}
.TagClassName
{
border-color: #BF031D;
}
</style>