Shades of Venetian Red #BE030D
Tints of Venetian Red #BE030D
RGB
CMYK
RGB Variations
Color information
#BE030D (or 0xBE030D) is known color: Venetian Red. HEX triplet: BE, 03 and 0D. RGB value is (190,3,13). Sum of RGB (Red+Green+Blue) = 190+3+13=206 (27% of max value = 765). Red value is 190 (74.61% from 255 or 92.23% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 190 - color contains mainly: red. Hex color #BE030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE030D is #41FCF2. Grayscale: #3C3C3C. Windows color (decimal): -4324595 or 852926. OLE color: 852926.
HSL color Cylindrical-coordinate representation of color #BE030D: hue angle of 356.79º 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 #BE030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.25 |
| HSL | 356.79º | 0.97% | 0.38% | - |
| HSV(B) | 356.79º | 0.98% | 0.75% | - |
| XYZ | 21.34 | 11.04 | 1.39 | - |
| YUV | 60.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 13 | 0 | 0.98 | 0.93 | 0.25 | 356.79 | 0.97 | 0.38 |
| Hex | BE | 3 | D | 0 | 62 | 5D | 19 | 165 | 61 | 26 |
| Octal | 276 | 3 | 15 | 0 | 142 | 135 | 31 | 545 | 141 | 46 |
| Binary | 10111110 | 11 | 1101 | 0 | 1100010 | 1011101 | 11001 | 101100101 | 1100001 | 100110 |
Color Harmonies of #BE030D
Complementary color
Monochromatic Colors of #BE030D
Black with #BE030D
Text Example
Text Example
White with #BE030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE030D; }
p { color: rgb(190,3,13); }
H1.HeaderClassName
{
color: #BE030D;
}
.AnyTagClassName
{
color: #BE030D;
}
</style>
background-color css
<style>
a { background-color: #BE030D; }
a { background-color: rgb(190,3,13); }
div.DivClassName
{
background-color: #BE030D;
}
.BgClassName
{
background-color: #BE030D;
}
</style>
border-color css
<style>
span { border-color: #BE030D; }
span { border-color: rgb(190,3,13); }
td.TdClassName
{
border-color: #BE030D;
}
.TagClassName
{
border-color: #BE030D;
}
</style>