Shades of Venetian Red #BE081D
Tints of Venetian Red #BE081D
RGB
CMYK
RGB Variations
Color information
#BE081D (or 0xBE081D) is known color: Venetian Red. HEX triplet: BE, 08 and 1D. RGB value is (190,8,29). Sum of RGB (Red+Green+Blue) = 190+8+29=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE081D is #41F7E2. Grayscale: #404040. Windows color (decimal): -4323299 or 1902782. OLE color: 1902782.
HSL color Cylindrical-coordinate representation of color #BE081D: hue angle of 353.08º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE081D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.25 |
| HSL | 353.08º | 0.92% | 0.39% | - |
| HSV(B) | 353.08º | 0.96% | 0.75% | - |
| XYZ | 21.54 | 11.21 | 2.19 | - |
| YUV | 64.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 29 | 0 | 0.96 | 0.85 | 0.25 | 353.08 | 0.92 | 0.39 |
| Hex | BE | 8 | 1D | 0 | 60 | 55 | 19 | 161 | 5C | 27 |
| Octal | 276 | 10 | 35 | 0 | 140 | 125 | 31 | 541 | 134 | 47 |
| Binary | 10111110 | 1000 | 11101 | 0 | 1100000 | 1010101 | 11001 | 101100001 | 1011100 | 100111 |
Color Harmonies of #BE081D
Complementary color
Monochromatic Colors of #BE081D
Black with #BE081D
Text Example
Text Example
White with #BE081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE081D; }
p { color: rgb(190,8,29); }
H1.HeaderClassName
{
color: #BE081D;
}
.AnyTagClassName
{
color: #BE081D;
}
</style>
background-color css
<style>
a { background-color: #BE081D; }
a { background-color: rgb(190,8,29); }
div.DivClassName
{
background-color: #BE081D;
}
.BgClassName
{
background-color: #BE081D;
}
</style>
border-color css
<style>
span { border-color: #BE081D; }
span { border-color: rgb(190,8,29); }
td.TdClassName
{
border-color: #BE081D;
}
.TagClassName
{
border-color: #BE081D;
}
</style>