Shades of Venetian Red #BE040B
Tints of Venetian Red #BE040B
RGB
CMYK
RGB Variations
Color information
#BE040B (or 0xBE040B) is known color: Venetian Red. HEX triplet: BE, 04 and 0B. RGB value is (190,4,11). Sum of RGB (Red+Green+Blue) = 190+4+11=205 (27% of max value = 765). Red value is 190 (74.61% from 255 or 92.68% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 190 - color contains mainly: red. Hex color #BE040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE040B is #41FBF4. Grayscale: #3C3C3C. Windows color (decimal): -4324341 or 722110. OLE color: 722110.
HSL color Cylindrical-coordinate representation of color #BE040B: hue angle of 357.74º 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 #BE040B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.25 |
| HSL | 357.74º | 0.96% | 0.38% | - |
| HSV(B) | 357.74º | 0.98% | 0.75% | - |
| XYZ | 21.34 | 11.06 | 1.33 | - |
| YUV | 60.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 11 | 0 | 0.98 | 0.94 | 0.25 | 357.74 | 0.96 | 0.38 |
| Hex | BE | 4 | B | 0 | 62 | 5E | 19 | 166 | 60 | 26 |
| Octal | 276 | 4 | 13 | 0 | 142 | 136 | 31 | 546 | 140 | 46 |
| Binary | 10111110 | 100 | 1011 | 0 | 1100010 | 1011110 | 11001 | 101100110 | 1100000 | 100110 |
Color Harmonies of #BE040B
Complementary color
Monochromatic Colors of #BE040B
Black with #BE040B
Text Example
Text Example
White with #BE040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE040B; }
p { color: rgb(190,4,11); }
H1.HeaderClassName
{
color: #BE040B;
}
.AnyTagClassName
{
color: #BE040B;
}
</style>
background-color css
<style>
a { background-color: #BE040B; }
a { background-color: rgb(190,4,11); }
div.DivClassName
{
background-color: #BE040B;
}
.BgClassName
{
background-color: #BE040B;
}
</style>
border-color css
<style>
span { border-color: #BE040B; }
span { border-color: rgb(190,4,11); }
td.TdClassName
{
border-color: #BE040B;
}
.TagClassName
{
border-color: #BE040B;
}
</style>