Shades of Venetian Red #BF031E
Tints of Venetian Red #BF031E
RGB
CMYK
RGB Variations
Color information
#BF031E (or 0xBF031E) is known color: Venetian Red. HEX triplet: BF, 03 and 1E. RGB value is (191,3,30). Sum of RGB (Red+Green+Blue) = 191+3+30=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF031E is #40FCE1. Grayscale: #3E3E3E. Windows color (decimal): -4259042 or 1967039. OLE color: 1967039.
HSL color Cylindrical-coordinate representation of color #BF031E: hue angle of 351.38º 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 #BF031E is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.25 |
| HSL | 351.38º | 0.97% | 0.38% | - |
| HSV(B) | 351.38º | 0.98% | 0.75% | - |
| XYZ | 21.75 | 11.24 | 2.25 | - |
| YUV | 62.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 30 | 0 | 0.98 | 0.84 | 0.25 | 351.38 | 0.97 | 0.38 |
| Hex | BF | 3 | 1E | 0 | 62 | 54 | 19 | 15F | 61 | 26 |
| Octal | 277 | 3 | 36 | 0 | 142 | 124 | 31 | 537 | 141 | 46 |
| Binary | 10111111 | 11 | 11110 | 0 | 1100010 | 1010100 | 11001 | 101011111 | 1100001 | 100110 |
Color Harmonies of #BF031E
Complementary color
Monochromatic Colors of #BF031E
Black with #BF031E
Text Example
Text Example
White with #BF031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF031E; }
p { color: rgb(191,3,30); }
H1.HeaderClassName
{
color: #BF031E;
}
.AnyTagClassName
{
color: #BF031E;
}
</style>
background-color css
<style>
a { background-color: #BF031E; }
a { background-color: rgb(191,3,30); }
div.DivClassName
{
background-color: #BF031E;
}
.BgClassName
{
background-color: #BF031E;
}
</style>
border-color css
<style>
span { border-color: #BF031E; }
span { border-color: rgb(191,3,30); }
td.TdClassName
{
border-color: #BF031E;
}
.TagClassName
{
border-color: #BF031E;
}
</style>