Shades of Venetian Red #BE0C1C
Tints of Venetian Red #BE0C1C
RGB
CMYK
RGB Variations
Color information
#BE0C1C (or 0xBE0C1C) is known color: Venetian Red. HEX triplet: BE, 0C and 1C. RGB value is (190,12,28). Sum of RGB (Red+Green+Blue) = 190+12+28=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C1C is #41F3E3. Grayscale: #434343. Windows color (decimal): -4322276 or 1838270. OLE color: 1838270.
HSL color Cylindrical-coordinate representation of color #BE0C1C: hue angle of 354.61º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C1C is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 28 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.25 |
| HSL | 354.61º | 0.88% | 0.4% | - |
| HSV(B) | 354.61º | 0.94% | 0.75% | - |
| XYZ | 21.58 | 11.29 | 2.14 | - |
| YUV | 67.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 28 | 0 | 0.94 | 0.85 | 0.25 | 354.61 | 0.88 | 0.4 |
| Hex | BE | C | 1C | 0 | 5E | 55 | 19 | 163 | 58 | 28 |
| Octal | 276 | 14 | 34 | 0 | 136 | 125 | 31 | 543 | 130 | 50 |
| Binary | 10111110 | 1100 | 11100 | 0 | 1011110 | 1010101 | 11001 | 101100011 | 1011000 | 101000 |
Color Harmonies of #BE0C1C
Complementary color
Monochromatic Colors of #BE0C1C
Black with #BE0C1C
Text Example
Text Example
White with #BE0C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C1C; }
p { color: rgb(190,12,28); }
H1.HeaderClassName
{
color: #BE0C1C;
}
.AnyTagClassName
{
color: #BE0C1C;
}
</style>
background-color css
<style>
a { background-color: #BE0C1C; }
a { background-color: rgb(190,12,28); }
div.DivClassName
{
background-color: #BE0C1C;
}
.BgClassName
{
background-color: #BE0C1C;
}
</style>
border-color css
<style>
span { border-color: #BE0C1C; }
span { border-color: rgb(190,12,28); }
td.TdClassName
{
border-color: #BE0C1C;
}
.TagClassName
{
border-color: #BE0C1C;
}
</style>