Shades of Venetian Red #BF030C
Tints of Venetian Red #BF030C
RGB
CMYK
RGB Variations
Color information
#BF030C (or 0xBF030C) is known color: Venetian Red. HEX triplet: BF, 03 and 0C. RGB value is (191,3,12). Sum of RGB (Red+Green+Blue) = 191+3+12=206 (27% of max value = 765). Red value is 191 (75% from 255 or 92.72% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 191 - color contains mainly: red. Hex color #BF030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF030C is #40FCF3. Grayscale: #3C3C3C. Windows color (decimal): -4259060 or 787391. OLE color: 787391.
HSL color Cylindrical-coordinate representation of color #BF030C: hue angle of 357.13º 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 #BF030C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.25 |
| HSL | 357.13º | 0.97% | 0.38% | - |
| HSV(B) | 357.13º | 0.98% | 0.75% | - |
| XYZ | 21.58 | 11.17 | 1.37 | - |
| YUV | 60.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 12 | 0 | 0.98 | 0.94 | 0.25 | 357.13 | 0.97 | 0.38 |
| Hex | BF | 3 | C | 0 | 62 | 5E | 19 | 165 | 61 | 26 |
| Octal | 277 | 3 | 14 | 0 | 142 | 136 | 31 | 545 | 141 | 46 |
| Binary | 10111111 | 11 | 1100 | 0 | 1100010 | 1011110 | 11001 | 101100101 | 1100001 | 100110 |
Color Harmonies of #BF030C
Complementary color
Monochromatic Colors of #BF030C
Black with #BF030C
Text Example
Text Example
White with #BF030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF030C; }
p { color: rgb(191,3,12); }
H1.HeaderClassName
{
color: #BF030C;
}
.AnyTagClassName
{
color: #BF030C;
}
</style>
background-color css
<style>
a { background-color: #BF030C; }
a { background-color: rgb(191,3,12); }
div.DivClassName
{
background-color: #BF030C;
}
.BgClassName
{
background-color: #BF030C;
}
</style>
border-color css
<style>
span { border-color: #BF030C; }
span { border-color: rgb(191,3,12); }
td.TdClassName
{
border-color: #BF030C;
}
.TagClassName
{
border-color: #BF030C;
}
</style>