Shades of Venetian Red #BE121D
Tints of Venetian Red #BE121D
RGB
CMYK
RGB Variations
Color information
#BE121D (or 0xBE121D) is known color: Venetian Red. HEX triplet: BE, 12 and 1D. RGB value is (190,18,29). Sum of RGB (Red+Green+Blue) = 190+18+29=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE121D is #41EDE2. Grayscale: #464646. Windows color (decimal): -4320739 or 1905342. OLE color: 1905342.
HSL color Cylindrical-coordinate representation of color #BE121D: hue angle of 356.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE121D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 29 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.25 |
| HSL | 356.16º | 0.83% | 0.41% | - |
| HSV(B) | 356.16º | 0.91% | 0.75% | - |
| XYZ | 21.67 | 11.47 | 2.23 | - |
| YUV | 70.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 29 | 0 | 0.91 | 0.85 | 0.25 | 356.16 | 0.83 | 0.41 |
| Hex | BE | 12 | 1D | 0 | 5B | 55 | 19 | 164 | 53 | 29 |
| Octal | 276 | 22 | 35 | 0 | 133 | 125 | 31 | 544 | 123 | 51 |
| Binary | 10111110 | 10010 | 11101 | 0 | 1011011 | 1010101 | 11001 | 101100100 | 1010011 | 101001 |
Color Harmonies of #BE121D
Complementary color
Monochromatic Colors of #BE121D
Black with #BE121D
Text Example
Text Example
White with #BE121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE121D; }
p { color: rgb(190,18,29); }
H1.HeaderClassName
{
color: #BE121D;
}
.AnyTagClassName
{
color: #BE121D;
}
</style>
background-color css
<style>
a { background-color: #BE121D; }
a { background-color: rgb(190,18,29); }
div.DivClassName
{
background-color: #BE121D;
}
.BgClassName
{
background-color: #BE121D;
}
</style>
border-color css
<style>
span { border-color: #BE121D; }
span { border-color: rgb(190,18,29); }
td.TdClassName
{
border-color: #BE121D;
}
.TagClassName
{
border-color: #BE121D;
}
</style>