#BE0309

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

Shades of Venetian Red #BE0309

Tints of Venetian Red #BE0309

Color information

#BE0309 (or 0xBE0309) is unknown color: approx Venetian Red. HEX triplet: BE, 03 and 09. RGB value is (190,3,9). Sum of RGB (Red+Green+Blue) = 190+3+9=202 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.06% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0309 is #41FCF6. Grayscale: #3B3B3B. Windows color (decimal): -4324599 or 590782. OLE color: 590782.

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

Color convert

RGB19039-
CMYK00.980.950.25
HSL358.07º96.89%37.84%-
HSV(B)358.07º98.42%74.51%-
XYZ21.3211.031.26-
YUV59.699.45221.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 94.06%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 9 (3.91% from 255) = 4.46%
R=94.06%
G=1.49%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903900.980.950.25358.0796.8937.84
HexBE390625F191666126
Octal27631101421373154614146
Binary10111110111001011000101011111110011011001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0309; }

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

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

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

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

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

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

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

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