Shades of Venetian Red #BE080D
Tints of Venetian Red #BE080D
RGB
CMYK
RGB Variations
Color information
#BE080D (or 0xBE080D) is known color: Venetian Red. HEX triplet: BE, 08 and 0D. RGB value is (190,8,13). Sum of RGB (Red+Green+Blue) = 190+8+13=211 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.05% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 190 - color contains mainly: red. Hex color #BE080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE080D is #41F7F2. Grayscale: #3F3F3F. Windows color (decimal): -4323315 or 854206. OLE color: 854206.
HSL color Cylindrical-coordinate representation of color #BE080D: hue angle of 358.35º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE080D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.25 |
| HSL | 358.35º | 0.92% | 0.39% | - |
| HSV(B) | 358.35º | 0.96% | 0.75% | - |
| XYZ | 21.39 | 11.15 | 1.41 | - |
| YUV | 62.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 13 | 0 | 0.96 | 0.93 | 0.25 | 358.35 | 0.92 | 0.39 |
| Hex | BE | 8 | D | 0 | 60 | 5D | 19 | 166 | 5C | 27 |
| Octal | 276 | 10 | 15 | 0 | 140 | 135 | 31 | 546 | 134 | 47 |
| Binary | 10111110 | 1000 | 1101 | 0 | 1100000 | 1011101 | 11001 | 101100110 | 1011100 | 100111 |
Color Harmonies of #BE080D
Complementary color
Monochromatic Colors of #BE080D
Black with #BE080D
Text Example
Text Example
White with #BE080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE080D; }
p { color: rgb(190,8,13); }
H1.HeaderClassName
{
color: #BE080D;
}
.AnyTagClassName
{
color: #BE080D;
}
</style>
background-color css
<style>
a { background-color: #BE080D; }
a { background-color: rgb(190,8,13); }
div.DivClassName
{
background-color: #BE080D;
}
.BgClassName
{
background-color: #BE080D;
}
</style>
border-color css
<style>
span { border-color: #BE080D; }
span { border-color: rgb(190,8,13); }
td.TdClassName
{
border-color: #BE080D;
}
.TagClassName
{
border-color: #BE080D;
}
</style>