Shades of Venetian Red #BE032D
Tints of Venetian Red #BE032D
RGB
CMYK
RGB Variations
Color information
#BE032D (or 0xBE032D) is known color: Venetian Red. HEX triplet: BE, 03 and 2D. RGB value is (190,3,45). Sum of RGB (Red+Green+Blue) = 190+3+45=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE032D is #41FCD2. Grayscale: #3F3F3F. Windows color (decimal): -4324563 or 2950078. OLE color: 2950078.
HSL color Cylindrical-coordinate representation of color #BE032D: hue angle of 346.52º degrees, saturation: 0.97, 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 #BE032D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.25 |
| HSL | 346.52º | 0.97% | 0.38% | - |
| HSV(B) | 346.52º | 0.98% | 0.75% | - |
| XYZ | 21.74 | 11.2 | 3.5 | - |
| YUV | 63.7 | 117.45 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 45 | 0 | 0.98 | 0.76 | 0.25 | 346.52 | 0.97 | 0.38 |
| Hex | BE | 3 | 2D | 0 | 62 | 4C | 19 | 15B | 61 | 26 |
| Octal | 276 | 3 | 55 | 0 | 142 | 114 | 31 | 533 | 141 | 46 |
| Binary | 10111110 | 11 | 101101 | 0 | 1100010 | 1001100 | 11001 | 101011011 | 1100001 | 100110 |
Color Harmonies of #BE032D
Complementary color
Monochromatic Colors of #BE032D
Black with #BE032D
Text Example
Text Example
White with #BE032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE032D; }
p { color: rgb(190,3,45); }
H1.HeaderClassName
{
color: #BE032D;
}
.AnyTagClassName
{
color: #BE032D;
}
</style>
background-color css
<style>
a { background-color: #BE032D; }
a { background-color: rgb(190,3,45); }
div.DivClassName
{
background-color: #BE032D;
}
.BgClassName
{
background-color: #BE032D;
}
</style>
border-color css
<style>
span { border-color: #BE032D; }
span { border-color: rgb(190,3,45); }
td.TdClassName
{
border-color: #BE032D;
}
.TagClassName
{
border-color: #BE032D;
}
</style>