Shades of Venetian Red #BF002F
Tints of Venetian Red #BF002F
RGB
CMYK
RGB Variations
Color information
#BF002F (or 0xBF002F) is known color: Venetian Red. HEX triplet: BF, 00 and 2F. RGB value is (191,0,47). Sum of RGB (Red+Green+Blue) = 191+0+47=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF002F is #40FFD0. Grayscale: #3E3E3E. Windows color (decimal): -4259793 or 3080383. OLE color: 3080383.
HSL color Cylindrical-coordinate representation of color #BF002F: hue angle of 345.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF002F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.75 | 0.25 |
| HSL | 345.24º | 1% | 0.37% | - |
| HSV(B) | 345.24º | 1% | 0.75% | - |
| XYZ | 22 | 11.28 | 3.71 | - |
| YUV | 62.47 | 119.28 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 47 | 0 | 1 | 0.75 | 0.25 | 345.24 | 1 | 0.37 |
| Hex | BF | 0 | 2F | 0 | 64 | 4B | 19 | 159 | 64 | 25 |
| Octal | 277 | 0 | 57 | 0 | 144 | 113 | 31 | 531 | 144 | 45 |
| Binary | 10111111 | 0 | 101111 | 0 | 1100100 | 1001011 | 11001 | 101011001 | 1100100 | 100101 |
Color Harmonies of #BF002F
Complementary color
Monochromatic Colors of #BF002F
Black with #BF002F
Text Example
Text Example
White with #BF002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF002F; }
p { color: rgb(191,0,47); }
H1.HeaderClassName
{
color: #BF002F;
}
.AnyTagClassName
{
color: #BF002F;
}
</style>
background-color css
<style>
a { background-color: #BF002F; }
a { background-color: rgb(191,0,47); }
div.DivClassName
{
background-color: #BF002F;
}
.BgClassName
{
background-color: #BF002F;
}
</style>
border-color css
<style>
span { border-color: #BF002F; }
span { border-color: rgb(191,0,47); }
td.TdClassName
{
border-color: #BF002F;
}
.TagClassName
{
border-color: #BF002F;
}
</style>