Shades of Venetian Red #BF030D
Tints of Venetian Red #BF030D
RGB
CMYK
RGB Variations
Color information
#BF030D (or 0xBF030D) is known color: Venetian Red. HEX triplet: BF, 03 and 0D. RGB value is (191,3,13). Sum of RGB (Red+Green+Blue) = 191+3+13=207 (27% of max value = 765). Red value is 191 (75% from 255 or 92.27% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 191 - color contains mainly: red. Hex color #BF030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF030D is #40FCF2. Grayscale: #3C3C3C. Windows color (decimal): -4259059 or 852927. OLE color: 852927.
HSL color Cylindrical-coordinate representation of color #BF030D: hue angle of 356.81º 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 #BF030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.25 |
| HSL | 356.81º | 0.97% | 0.38% | - |
| HSV(B) | 356.81º | 0.98% | 0.75% | - |
| XYZ | 21.59 | 11.17 | 1.4 | - |
| YUV | 60.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 13 | 0 | 0.98 | 0.93 | 0.25 | 356.81 | 0.97 | 0.38 |
| Hex | BF | 3 | D | 0 | 62 | 5D | 19 | 165 | 61 | 26 |
| Octal | 277 | 3 | 15 | 0 | 142 | 135 | 31 | 545 | 141 | 46 |
| Binary | 10111111 | 11 | 1101 | 0 | 1100010 | 1011101 | 11001 | 101100101 | 1100001 | 100110 |
Color Harmonies of #BF030D
Complementary color
Monochromatic Colors of #BF030D
Black with #BF030D
Text Example
Text Example
White with #BF030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF030D; }
p { color: rgb(191,3,13); }
H1.HeaderClassName
{
color: #BF030D;
}
.AnyTagClassName
{
color: #BF030D;
}
</style>
background-color css
<style>
a { background-color: #BF030D; }
a { background-color: rgb(191,3,13); }
div.DivClassName
{
background-color: #BF030D;
}
.BgClassName
{
background-color: #BF030D;
}
</style>
border-color css
<style>
span { border-color: #BF030D; }
span { border-color: rgb(191,3,13); }
td.TdClassName
{
border-color: #BF030D;
}
.TagClassName
{
border-color: #BF030D;
}
</style>