#BE0C24

Color #BE0C24 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BE0C24

Tints of Venetian Red #BE0C24

Color information

#BE0C24 (or 0xBE0C24) is unknown color: approx Venetian Red. HEX triplet: BE, 0C and 24. RGB value is (190,12,36). Sum of RGB (Red+Green+Blue) = 190+12+36=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C24 is #41F3DB. Grayscale: #444444. Windows color (decimal): -4322268 or 2362558. OLE color: 2362558.

HSL color Cylindrical-coordinate representation of color #BE0C24: hue angle of 351.91º 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 #BE0C24 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1901236-
CMYK00.940.810.25
HSL351.91º88.12%39.61%-
HSV(B)351.91º93.68%74.51%-
XYZ21.6911.342.71-
YUV67.96109.97215.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 79.83%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 36 (14.45% from 255) = 15.13%
R=79.83%
G=5.04%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190123600.940.810.25351.9188.1239.61
HexBEC2405E51191605828
Octal276144401361213154013050
Binary101111101100100100010111101010001110011011000001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C24; }

 p { color: rgb(190,12,36); }

 H1.HeaderClassName
 {
   color: #BE0C24;
 }
 .AnyTagClassName
 {
   color: #BE0C24;
 }
</style>
background-color css

<style>
 a { background-color: #BE0C24; }

 a { background-color: rgb(190,12,36); }

 div.DivClassName
 {
   background-color: #BE0C24;
 }
 .BgClassName
 {
   background-color: #BE0C24;
 }
</style>
border-color css

<style>
 span { border-color: #BE0C24; }

 span { border-color: rgb(190,12,36); }

 td.TdClassName
 {
   border-color: #BE0C24;
 }
 .TagClassName
 {
   border-color: #BE0C24;
 }
</style>