#BE0A1C

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

Shades of Venetian Red #BE0A1C

Tints of Venetian Red #BE0A1C

Color information

#BE0A1C (or 0xBE0A1C) is unknown color: approx 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

RGB1901028-
CMYK00.950.850.25
HSL354º90%39.22%-
HSV(B)354º94.74%74.51%-
XYZ21.5511.252.13-
YUV65.87106.63216.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 83.33%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=83.33%
G=4.39%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190102800.950.850.253549039.22
HexBEA1C05F55191625a27
Octal276123401371253154213247
Binary10111110101011100010111111010101110011011000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>