Shades of Venetian Red #BE002F
Tints of Venetian Red #BE002F
RGB
CMYK
RGB Variations
Color information
#BE002F (or 0xBE002F) is known color: Venetian Red. HEX triplet: BE, 00 and 2F. RGB value is (190,0,47). Sum of RGB (Red+Green+Blue) = 190+0+47=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE002F is #41FFD0. Grayscale: #3E3E3E. Windows color (decimal): -4325329 or 3080382. OLE color: 3080382.
HSL color Cylindrical-coordinate representation of color #BE002F: hue angle of 345.16º 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 #BE002F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.75 | 0.25 |
| HSL | 345.16º | 1% | 0.37% | - |
| HSV(B) | 345.16º | 1% | 0.75% | - |
| XYZ | 21.75 | 11.15 | 3.7 | - |
| YUV | 62.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 47 | 0 | 1 | 0.75 | 0.25 | 345.16 | 1 | 0.37 |
| Hex | BE | 0 | 2F | 0 | 64 | 4B | 19 | 159 | 64 | 25 |
| Octal | 276 | 0 | 57 | 0 | 144 | 113 | 31 | 531 | 144 | 45 |
| Binary | 10111110 | 0 | 101111 | 0 | 1100100 | 1001011 | 11001 | 101011001 | 1100100 | 100101 |
Color Harmonies of #BE002F
Complementary color
Monochromatic Colors of #BE002F
Black with #BE002F
Text Example
Text Example
White with #BE002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE002F; }
p { color: rgb(190,0,47); }
H1.HeaderClassName
{
color: #BE002F;
}
.AnyTagClassName
{
color: #BE002F;
}
</style>
background-color css
<style>
a { background-color: #BE002F; }
a { background-color: rgb(190,0,47); }
div.DivClassName
{
background-color: #BE002F;
}
.BgClassName
{
background-color: #BE002F;
}
</style>
border-color css
<style>
span { border-color: #BE002F; }
span { border-color: rgb(190,0,47); }
td.TdClassName
{
border-color: #BE002F;
}
.TagClassName
{
border-color: #BE002F;
}
</style>