Html Css Color HEX #BE040F Venetian Red

📋 copy color: '#BE040F'

red 190 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #BE040F

Tints of Venetian Red #BE040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 90.91%
G = 1.91%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE040F (or 0xBE040F) is known color: Venetian Red. HEX triplet: BE, 04 and 0F. RGB value is (190,4,15). Sum of RGB (Red+Green+Blue) = 190+4+15=209 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.91% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 190 - color contains mainly: red. Hex color #BE040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE040F is #41FBF0. Grayscale: #3D3D3D. Windows color (decimal): -4324337 or 984254. OLE color: 984254.

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

Color convert

RGB 190 4 15 -
CMYK 0 0.98 0.92 0.25
HSL 356.45º 0.96% 0.38% -
HSV(B) 356.45º 0.98% 0.75% -
XYZ 21.36 11.07 1.46 -
YUV 60.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 190 4 15 0 0.98 0.92 0.25 356.45 0.96 0.38
Hex BE 4 F 0 62 5C 19 164 60 26
Octal 276 4 17 0 142 134 31 544 140 46
Binary 10111110 100 1111 0 1100010 1011100 11001 101100100 1100000 100110

Color Harmonies of #BE040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE040F

Black with #BE040F

Text Example


Text Example

White with #BE040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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