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