Html Css Color HEX #BE0429 Venetian Red

📋 copy color: '#BE0429'

red 190 ◦ green 4 ◦ blue 41

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

Shades of Venetian Red #BE0429

Tints of Venetian Red #BE0429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 80.85%
G = 1.7%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE0429 (or 0xBE0429) is known color: Venetian Red. HEX triplet: BE, 04 and 29. RGB value is (190,4,41). Sum of RGB (Red+Green+Blue) = 190+4+41=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0429 is #41FBD6. Grayscale: #3F3F3F. Windows color (decimal): -4324311 or 2688190. OLE color: 2688190.

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

Color convert

RGB 190 4 41 -
CMYK 0 0.98 0.78 0.25
HSL 348.06º 0.96% 0.38% -
HSV(B) 348.06º 0.98% 0.75% -
XYZ 21.68 11.19 3.12 -
YUV 63.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 190 4 41 0 0.98 0.78 0.25 348.06 0.96 0.38
Hex BE 4 29 0 62 4E 19 15C 60 26
Octal 276 4 51 0 142 116 31 534 140 46
Binary 10111110 100 101001 0 1100010 1001110 11001 101011100 1100000 100110

Color Harmonies of #BE0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0429

Black with #BE0429

Text Example


Text Example

White with #BE0429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0429; }

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

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

background-color css

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

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

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

border-color css

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

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

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