#BE0612

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

Shades of Venetian Red #BE0612

Tints of Venetian Red #BE0612

Color information

#BE0612 (or 0xBE0612) is unknown color: approx Venetian Red. HEX triplet: BE, 06 and 12. RGB value is (190,6,18). Sum of RGB (Red+Green+Blue) = 190+6+18=214 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.79% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0612 is #41F9ED. Grayscale: #3E3E3E. Windows color (decimal): -4323822 or 1181374. OLE color: 1181374.

HSL color Cylindrical-coordinate representation of color #BE0612: hue angle of 356.09º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0612 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB190618-
CMYK00.970.910.25
HSL356.09º93.88%38.43%-
HSV(B)356.09º96.84%74.51%-
XYZ21.4111.121.59-
YUV62.38102.96219.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 88.79%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=88.79%
G=2.80%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19061800.970.910.25356.0993.8838.43
HexBE6120615B191645e26
Octal27662201411333154413646
Binary1011111011010010011000011011011110011011001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0612; }

 p { color: rgb(190,6,18); }

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

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

 a { background-color: rgb(190,6,18); }

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

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

 span { border-color: rgb(190,6,18); }

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