Shades of Venetian Red #BF060C
Tints of Venetian Red #BF060C
RGB
CMYK
RGB Variations
Color information
#BF060C (or 0xBF060C) is known color: Venetian Red. HEX triplet: BF, 06 and 0C. RGB value is (191,6,12). Sum of RGB (Red+Green+Blue) = 191+6+12=209 (27% of max value = 765). Red value is 191 (75% from 255 or 91.39% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 191 - color contains mainly: red. Hex color #BF060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF060C is #40F9F3. Grayscale: #3E3E3E. Windows color (decimal): -4258292 or 788159. OLE color: 788159.
HSL color Cylindrical-coordinate representation of color #BF060C: hue angle of 358.05º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.25 |
| HSL | 358.05º | 0.94% | 0.39% | - |
| HSV(B) | 358.05º | 0.97% | 0.75% | - |
| XYZ | 21.62 | 11.23 | 1.38 | - |
| YUV | 62 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 12 | 0 | 0.97 | 0.94 | 0.25 | 358.05 | 0.94 | 0.39 |
| Hex | BF | 6 | C | 0 | 61 | 5E | 19 | 166 | 5E | 27 |
| Octal | 277 | 6 | 14 | 0 | 141 | 136 | 31 | 546 | 136 | 47 |
| Binary | 10111111 | 110 | 1100 | 0 | 1100001 | 1011110 | 11001 | 101100110 | 1011110 | 100111 |
Color Harmonies of #BF060C
Complementary color
Monochromatic Colors of #BF060C
Black with #BF060C
Text Example
Text Example
White with #BF060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF060C; }
p { color: rgb(191,6,12); }
H1.HeaderClassName
{
color: #BF060C;
}
.AnyTagClassName
{
color: #BF060C;
}
</style>
background-color css
<style>
a { background-color: #BF060C; }
a { background-color: rgb(191,6,12); }
div.DivClassName
{
background-color: #BF060C;
}
.BgClassName
{
background-color: #BF060C;
}
</style>
border-color css
<style>
span { border-color: #BF060C; }
span { border-color: rgb(191,6,12); }
td.TdClassName
{
border-color: #BF060C;
}
.TagClassName
{
border-color: #BF060C;
}
</style>