Shades of Venetian Red #BF011F
Tints of Venetian Red #BF011F
RGB
CMYK
RGB Variations
Color information
#BF011F (or 0xBF011F) is known color: Venetian Red. HEX triplet: BF, 01 and 1F. RGB value is (191,1,31). Sum of RGB (Red+Green+Blue) = 191+1+31=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF011F is #40FEE0. Grayscale: #3D3D3D. Windows color (decimal): -4259553 or 2032063. OLE color: 2032063.
HSL color Cylindrical-coordinate representation of color #BF011F: hue angle of 350.53º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF011F is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.25 |
| HSL | 350.53º | 0.99% | 0.38% | - |
| HSV(B) | 350.53º | 0.99% | 0.75% | - |
| XYZ | 21.74 | 11.2 | 2.31 | - |
| YUV | 61.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 31 | 0 | 0.99 | 0.84 | 0.25 | 350.53 | 0.99 | 0.38 |
| Hex | BF | 1 | 1F | 0 | 63 | 54 | 19 | 15F | 63 | 26 |
| Octal | 277 | 1 | 37 | 0 | 143 | 124 | 31 | 537 | 143 | 46 |
| Binary | 10111111 | 1 | 11111 | 0 | 1100011 | 1010100 | 11001 | 101011111 | 1100011 | 100110 |
Color Harmonies of #BF011F
Complementary color
Monochromatic Colors of #BF011F
Black with #BF011F
Text Example
Text Example
White with #BF011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF011F; }
p { color: rgb(191,1,31); }
H1.HeaderClassName
{
color: #BF011F;
}
.AnyTagClassName
{
color: #BF011F;
}
</style>
background-color css
<style>
a { background-color: #BF011F; }
a { background-color: rgb(191,1,31); }
div.DivClassName
{
background-color: #BF011F;
}
.BgClassName
{
background-color: #BF011F;
}
</style>
border-color css
<style>
span { border-color: #BF011F; }
span { border-color: rgb(191,1,31); }
td.TdClassName
{
border-color: #BF011F;
}
.TagClassName
{
border-color: #BF011F;
}
</style>