Shades of Venetian Red #BE0A1C
Tints of Venetian Red #BE0A1C
RGB
CMYK
RGB Variations
Color information
#BE0A1C (or 0xBE0A1C) is known color: Venetian Red. HEX triplet: BE, 0A and 1C. RGB value is (190,10,28). Sum of RGB (Red+Green+Blue) = 190+10+28=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0A1C is #41F5E3. Grayscale: #414141. Windows color (decimal): -4322788 or 1837758. OLE color: 1837758.
HSL color Cylindrical-coordinate representation of color #BE0A1C: hue angle of 354º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0A1C is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 28 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.25 |
| HSL | 354º | 0.9% | 0.39% | - |
| HSV(B) | 354º | 0.95% | 0.75% | - |
| XYZ | 21.55 | 11.25 | 2.13 | - |
| YUV | 65.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 28 | 0 | 0.95 | 0.85 | 0.25 | 354 | 0.9 | 0.39 |
| Hex | BE | A | 1C | 0 | 5F | 55 | 19 | 162 | 5A | 27 |
| Octal | 276 | 12 | 34 | 0 | 137 | 125 | 31 | 542 | 132 | 47 |
| Binary | 10111110 | 1010 | 11100 | 0 | 1011111 | 1010101 | 11001 | 101100010 | 1011010 | 100111 |
Color Harmonies of #BE0A1C
Complementary color
Monochromatic Colors of #BE0A1C
Black with #BE0A1C
Text Example
Text Example
White with #BE0A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0A1C; }
p { color: rgb(190,10,28); }
H1.HeaderClassName
{
color: #BE0A1C;
}
.AnyTagClassName
{
color: #BE0A1C;
}
</style>
background-color css
<style>
a { background-color: #BE0A1C; }
a { background-color: rgb(190,10,28); }
div.DivClassName
{
background-color: #BE0A1C;
}
.BgClassName
{
background-color: #BE0A1C;
}
</style>
border-color css
<style>
span { border-color: #BE0A1C; }
span { border-color: rgb(190,10,28); }
td.TdClassName
{
border-color: #BE0A1C;
}
.TagClassName
{
border-color: #BE0A1C;
}
</style>