#BE091D

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

Shades of Venetian Red #BE091D

Tints of Venetian Red #BE091D

Color information

#BE091D (or 0xBE091D) is unknown color: approx Venetian Red. HEX triplet: BE, 09 and 1D. RGB value is (190,9,29). Sum of RGB (Red+Green+Blue) = 190+9+29=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE091D is #41F6E2. Grayscale: #414141. Windows color (decimal): -4323043 or 1903038. OLE color: 1903038.

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

Color convert

RGB190929-
CMYK00.950.850.25
HSL353.37º90.95%39.02%-
HSV(B)353.37º95.26%74.51%-
XYZ21.5511.232.19-
YUV65.4107.47216.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 83.33%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 29 (11.72% from 255) = 12.72%
R=83.33%
G=3.95%
B=12.72%

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
Decimal19092900.950.850.25353.3790.9539.02
HexBE91D05F55191615b27
Octal276113501371253154113347
Binary10111110100111101010111111010101110011011000011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE091D; }

 p { color: rgb(190,9,29); }

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

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

 a { background-color: rgb(190,9,29); }

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

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

 span { border-color: rgb(190,9,29); }

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