Shades of Venetian Red #BE032C
Tints of Venetian Red #BE032C
RGB
CMYK
RGB Variations
Color information
#BE032C (or 0xBE032C) is known color: Venetian Red. HEX triplet: BE, 03 and 2C. RGB value is (190,3,44). Sum of RGB (Red+Green+Blue) = 190+3+44=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE032C is #41FCD3. Grayscale: #3F3F3F. Windows color (decimal): -4324564 or 2884542. OLE color: 2884542.
HSL color Cylindrical-coordinate representation of color #BE032C: hue angle of 346.84º 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 #BE032C is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.25 |
| HSL | 346.84º | 0.97% | 0.38% | - |
| HSV(B) | 346.84º | 0.98% | 0.75% | - |
| XYZ | 21.72 | 11.19 | 3.4 | - |
| YUV | 63.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 44 | 0 | 0.98 | 0.77 | 0.25 | 346.84 | 0.97 | 0.38 |
| Hex | BE | 3 | 2C | 0 | 62 | 4D | 19 | 15B | 61 | 26 |
| Octal | 276 | 3 | 54 | 0 | 142 | 115 | 31 | 533 | 141 | 46 |
| Binary | 10111110 | 11 | 101100 | 0 | 1100010 | 1001101 | 11001 | 101011011 | 1100001 | 100110 |
Color Harmonies of #BE032C
Complementary color
Monochromatic Colors of #BE032C
Black with #BE032C
Text Example
Text Example
White with #BE032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE032C; }
p { color: rgb(190,3,44); }
H1.HeaderClassName
{
color: #BE032C;
}
.AnyTagClassName
{
color: #BE032C;
}
</style>
background-color css
<style>
a { background-color: #BE032C; }
a { background-color: rgb(190,3,44); }
div.DivClassName
{
background-color: #BE032C;
}
.BgClassName
{
background-color: #BE032C;
}
</style>
border-color css
<style>
span { border-color: #BE032C; }
span { border-color: rgb(190,3,44); }
td.TdClassName
{
border-color: #BE032C;
}
.TagClassName
{
border-color: #BE032C;
}
</style>