Shades of Venetian Red #BE070D
Tints of Venetian Red #BE070D
RGB
CMYK
RGB Variations
Color information
#BE070D (or 0xBE070D) is known color: Venetian Red. HEX triplet: BE, 07 and 0D. RGB value is (190,7,13). Sum of RGB (Red+Green+Blue) = 190+7+13=210 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.48% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 190 - color contains mainly: red. Hex color #BE070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE070D is #41F8F2. Grayscale: #3E3E3E. Windows color (decimal): -4323571 or 853950. OLE color: 853950.
HSL color Cylindrical-coordinate representation of color #BE070D: hue angle of 358.03º degrees, saturation: 0.93, 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 #BE070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.25 |
| HSL | 358.03º | 0.93% | 0.39% | - |
| HSV(B) | 358.03º | 0.96% | 0.75% | - |
| XYZ | 21.38 | 11.13 | 1.4 | - |
| YUV | 62.4 | 100.13 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 13 | 0 | 0.96 | 0.93 | 0.25 | 358.03 | 0.93 | 0.39 |
| Hex | BE | 7 | D | 0 | 60 | 5D | 19 | 166 | 5D | 27 |
| Octal | 276 | 7 | 15 | 0 | 140 | 135 | 31 | 546 | 135 | 47 |
| Binary | 10111110 | 111 | 1101 | 0 | 1100000 | 1011101 | 11001 | 101100110 | 1011101 | 100111 |
Color Harmonies of #BE070D
Complementary color
Monochromatic Colors of #BE070D
Black with #BE070D
Text Example
Text Example
White with #BE070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE070D; }
p { color: rgb(190,7,13); }
H1.HeaderClassName
{
color: #BE070D;
}
.AnyTagClassName
{
color: #BE070D;
}
</style>
background-color css
<style>
a { background-color: #BE070D; }
a { background-color: rgb(190,7,13); }
div.DivClassName
{
background-color: #BE070D;
}
.BgClassName
{
background-color: #BE070D;
}
</style>
border-color css
<style>
span { border-color: #BE070D; }
span { border-color: rgb(190,7,13); }
td.TdClassName
{
border-color: #BE070D;
}
.TagClassName
{
border-color: #BE070D;
}
</style>