#BE0A0F

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

Shades of Venetian Red #BE0A0F

Tints of Venetian Red #BE0A0F

Color information

#BE0A0F (or 0xBE0A0F) is unknown color: approx Venetian Red. HEX triplet: BE, 0A and 0F. RGB value is (190,10,15). Sum of RGB (Red+Green+Blue) = 190+10+15=215 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.37% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0A0F is #41F5F0. Grayscale: #404040. Windows color (decimal): -4322801 or 985790. OLE color: 985790.

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

Color convert

RGB1901015-
CMYK00.950.920.25
HSL358.33º90%39.22%-
HSV(B)358.33º94.74%74.51%-
XYZ21.4311.21.48-
YUV64.39100.13217.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 88.37%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=88.37%
G=4.65%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190101500.950.920.25358.339039.22
HexBEAF05F5C191665a27
Octal276121701371343154613247
Binary1011111010101111010111111011100110011011001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0A0F; }

 p { color: rgb(190,10,15); }

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

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

 a { background-color: rgb(190,10,15); }

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

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

 span { border-color: rgb(190,10,15); }

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