Html Css Color HEX #BE040E Venetian Red

📋 copy color: '#BE040E'

red 190 ◦ green 4 ◦ blue 14

#BE040E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BE040E

Tints of Venetian Red #BE040E

RGB

 RED value IS 190 (74.61% from 255) = 91.35%

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 14 (5.86% from 255) = 6.73%

R = 91.35%
G = 1.92%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE040E (or 0xBE040E) is known color: Venetian Red. HEX triplet: BE, 04 and 0E. RGB value is (190,4,14). Sum of RGB (Red+Green+Blue) = 190+4+14=208 (27% of max value = 765). Red value is 190 (74.61% from 255 or 91.35% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 190 - color contains mainly: red. Hex color #BE040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE040E is #41FBF1. Grayscale: #3C3C3C. Windows color (decimal): -4324338 or 918718. OLE color: 918718.

HSL color Cylindrical-coordinate representation of color #BE040E: hue angle of 356.77º degrees, saturation: 0.96, 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 #BE040E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 4 14 -
CMYK 0 0.98 0.93 0.25
HSL 356.77º 0.96% 0.38% -
HSV(B) 356.77º 0.98% 0.75% -
XYZ 21.36 11.07 1.43 -
YUV 60.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 190 4 14 0 0.98 0.93 0.25 356.77 0.96 0.38
Hex BE 4 E 0 62 5D 19 165 60 26
Octal 276 4 16 0 142 135 31 545 140 46
Binary 10111110 100 1110 0 1100010 1011101 11001 101100101 1100000 100110

Color Harmonies of #BE040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE040E

Black with #BE040E

Text Example


Text Example

White with #BE040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE040E; }

 p { color: rgb(190,4,14); }

 H1.HeaderClassName
 {
   color: #BE040E;
 }
 .AnyTagClassName
 {
   color: #BE040E;
 }
</style>

background-color css

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

 a { background-color: rgb(190,4,14); }

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

border-color css

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

 span { border-color: rgb(190,4,14); }

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