Shades of Venetian Red #BE040D
Tints of Venetian Red #BE040D
RGB
CMYK
RGB Variations
Color information
#BE040D (or 0xBE040D) is known color: Venetian Red. HEX triplet: BE, 04 and 0D. RGB value is (190,4,13). Sum of RGB (Red+Green+Blue) = 190+4+13=207 (27% of max value = 765). Red value is 190 (74.61% from 255 or 91.79% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 190 - color contains mainly: red. Hex color #BE040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE040D is #41FBF2. Grayscale: #3C3C3C. Windows color (decimal): -4324339 or 853182. OLE color: 853182.
HSL color Cylindrical-coordinate representation of color #BE040D: hue angle of 357.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 #BE040D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.25 |
| HSL | 357.1º | 0.96% | 0.38% | - |
| HSV(B) | 357.1º | 0.98% | 0.75% | - |
| XYZ | 21.35 | 11.06 | 1.39 | - |
| YUV | 60.64 | 101.12 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 13 | 0 | 0.98 | 0.93 | 0.25 | 357.1 | 0.96 | 0.38 |
| Hex | BE | 4 | D | 0 | 62 | 5D | 19 | 165 | 60 | 26 |
| Octal | 276 | 4 | 15 | 0 | 142 | 135 | 31 | 545 | 140 | 46 |
| Binary | 10111110 | 100 | 1101 | 0 | 1100010 | 1011101 | 11001 | 101100101 | 1100000 | 100110 |
Color Harmonies of #BE040D
Complementary color
Monochromatic Colors of #BE040D
Black with #BE040D
Text Example
Text Example
White with #BE040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE040D; }
p { color: rgb(190,4,13); }
H1.HeaderClassName
{
color: #BE040D;
}
.AnyTagClassName
{
color: #BE040D;
}
</style>
background-color css
<style>
a { background-color: #BE040D; }
a { background-color: rgb(190,4,13); }
div.DivClassName
{
background-color: #BE040D;
}
.BgClassName
{
background-color: #BE040D;
}
</style>
border-color css
<style>
span { border-color: #BE040D; }
span { border-color: rgb(190,4,13); }
td.TdClassName
{
border-color: #BE040D;
}
.TagClassName
{
border-color: #BE040D;
}
</style>