Shades of Venetian Red #BE002B
Tints of Venetian Red #BE002B
RGB
CMYK
RGB Variations
Color information
#BE002B (or 0xBE002B) is known color: Venetian Red. HEX triplet: BE, 00 and 2B. RGB value is (190,0,43). Sum of RGB (Red+Green+Blue) = 190+0+43=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE002B is #41FFD4. Grayscale: #3D3D3D. Windows color (decimal): -4325333 or 2818238. OLE color: 2818238.
HSL color Cylindrical-coordinate representation of color #BE002B: hue angle of 346.42º 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 #BE002B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.77 | 0.25 |
| HSL | 346.42º | 1% | 0.37% | - |
| HSV(B) | 346.42º | 1% | 0.75% | - |
| XYZ | 21.67 | 11.12 | 3.29 | - |
| YUV | 61.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 43 | 0 | 1 | 0.77 | 0.25 | 346.42 | 1 | 0.37 |
| Hex | BE | 0 | 2B | 0 | 64 | 4D | 19 | 15A | 64 | 25 |
| Octal | 276 | 0 | 53 | 0 | 144 | 115 | 31 | 532 | 144 | 45 |
| Binary | 10111110 | 0 | 101011 | 0 | 1100100 | 1001101 | 11001 | 101011010 | 1100100 | 100101 |
Color Harmonies of #BE002B
Complementary color
Monochromatic Colors of #BE002B
Black with #BE002B
Text Example
Text Example
White with #BE002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE002B; }
p { color: rgb(190,0,43); }
H1.HeaderClassName
{
color: #BE002B;
}
.AnyTagClassName
{
color: #BE002B;
}
</style>
background-color css
<style>
a { background-color: #BE002B; }
a { background-color: rgb(190,0,43); }
div.DivClassName
{
background-color: #BE002B;
}
.BgClassName
{
background-color: #BE002B;
}
</style>
border-color css
<style>
span { border-color: #BE002B; }
span { border-color: rgb(190,0,43); }
td.TdClassName
{
border-color: #BE002B;
}
.TagClassName
{
border-color: #BE002B;
}
</style>