Html Css Color HEX #BE0419 Venetian Red

📋 copy color: '#BE0419'

red 190 ◦ green 4 ◦ blue 25

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

Shades of Venetian Red #BE0419

Tints of Venetian Red #BE0419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 86.76%
G = 1.83%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE0419 (or 0xBE0419) is known color: Venetian Red. HEX triplet: BE, 04 and 19. RGB value is (190,4,25). Sum of RGB (Red+Green+Blue) = 190+4+25=219 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.76% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0419 is #41FBE6. Grayscale: #3E3E3E. Windows color (decimal): -4324327 or 1639614. OLE color: 1639614.

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

Color convert

RGB 190 4 25 -
CMYK 0 0.98 0.87 0.25
HSL 353.23º 0.96% 0.38% -
HSV(B) 353.23º 0.98% 0.75% -
XYZ 21.45 11.1 1.93 -
YUV 62.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 190 4 25 0 0.98 0.87 0.25 353.23 0.96 0.38
Hex BE 4 19 0 62 57 19 161 60 26
Octal 276 4 31 0 142 127 31 541 140 46
Binary 10111110 100 11001 0 1100010 1010111 11001 101100001 1100000 100110

Color Harmonies of #BE0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0419

Black with #BE0419

Text Example


Text Example

White with #BE0419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0419; }

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

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

background-color css

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

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

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

border-color css

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

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

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