Shades of Venetian Red #BE042C
Tints of Venetian Red #BE042C
RGB
CMYK
RGB Variations
Color information
#BE042C (or 0xBE042C) is known color: Venetian Red. HEX triplet: BE, 04 and 2C. RGB value is (190,4,44). Sum of RGB (Red+Green+Blue) = 190+4+44=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE042C is #41FBD3. Grayscale: #404040. Windows color (decimal): -4324308 or 2884798. OLE color: 2884798.
HSL color Cylindrical-coordinate representation of color #BE042C: hue angle of 347.1º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE042C is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.25 |
| HSL | 347.1º | 0.96% | 0.38% | - |
| HSV(B) | 347.1º | 0.98% | 0.75% | - |
| XYZ | 21.73 | 11.22 | 3.4 | - |
| YUV | 64.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 44 | 0 | 0.98 | 0.77 | 0.25 | 347.1 | 0.96 | 0.38 |
| Hex | BE | 4 | 2C | 0 | 62 | 4D | 19 | 15B | 60 | 26 |
| Octal | 276 | 4 | 54 | 0 | 142 | 115 | 31 | 533 | 140 | 46 |
| Binary | 10111110 | 100 | 101100 | 0 | 1100010 | 1001101 | 11001 | 101011011 | 1100000 | 100110 |
Color Harmonies of #BE042C
Complementary color
Monochromatic Colors of #BE042C
Black with #BE042C
Text Example
Text Example
White with #BE042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE042C; }
p { color: rgb(190,4,44); }
H1.HeaderClassName
{
color: #BE042C;
}
.AnyTagClassName
{
color: #BE042C;
}
</style>
background-color css
<style>
a { background-color: #BE042C; }
a { background-color: rgb(190,4,44); }
div.DivClassName
{
background-color: #BE042C;
}
.BgClassName
{
background-color: #BE042C;
}
</style>
border-color css
<style>
span { border-color: #BE042C; }
span { border-color: rgb(190,4,44); }
td.TdClassName
{
border-color: #BE042C;
}
.TagClassName
{
border-color: #BE042C;
}
</style>