Shades of Venetian Red #BF0914
Tints of Venetian Red #BF0914
RGB
CMYK
RGB Variations
Color information
#BF0914 (or 0xBF0914) is known color: Venetian Red. HEX triplet: BF, 09 and 14. RGB value is (191,9,20). Sum of RGB (Red+Green+Blue) = 191+9+20=220 (29% of max value = 765). Red value is 191 (75% from 255 or 86.82% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0914 is #40F6EB. Grayscale: #404040. Windows color (decimal): -4257516 or 1313215. OLE color: 1313215.
HSL color Cylindrical-coordinate representation of color #BF0914: hue angle of 356.37º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0914 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 20 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.25 |
| HSL | 356.37º | 0.91% | 0.39% | - |
| HSV(B) | 356.37º | 0.95% | 0.75% | - |
| XYZ | 21.71 | 11.32 | 1.7 | - |
| YUV | 64.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 20 | 0 | 0.95 | 0.90 | 0.25 | 356.37 | 0.91 | 0.39 |
| Hex | BF | 9 | 14 | 0 | 5F | 5A | 19 | 164 | 5B | 27 |
| Octal | 277 | 11 | 24 | 0 | 137 | 132 | 31 | 544 | 133 | 47 |
| Binary | 10111111 | 1001 | 10100 | 0 | 1011111 | 1011010 | 11001 | 101100100 | 1011011 | 100111 |
Color Harmonies of #BF0914
Complementary color
Monochromatic Colors of #BF0914
Black with #BF0914
Text Example
Text Example
White with #BF0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0914; }
p { color: rgb(191,9,20); }
H1.HeaderClassName
{
color: #BF0914;
}
.AnyTagClassName
{
color: #BF0914;
}
</style>
background-color css
<style>
a { background-color: #BF0914; }
a { background-color: rgb(191,9,20); }
div.DivClassName
{
background-color: #BF0914;
}
.BgClassName
{
background-color: #BF0914;
}
</style>
border-color css
<style>
span { border-color: #BF0914; }
span { border-color: rgb(191,9,20); }
td.TdClassName
{
border-color: #BF0914;
}
.TagClassName
{
border-color: #BF0914;
}
</style>