Html Css Color HEX #BE0426 Venetian Red

📋 copy color: '#BE0426'

red 190 ◦ green 4 ◦ blue 38

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

Shades of Venetian Red #BE0426

Tints of Venetian Red #BE0426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 81.9%
G = 1.72%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE0426 (or 0xBE0426) is known color: Venetian Red. HEX triplet: BE, 04 and 26. RGB value is (190,4,38). Sum of RGB (Red+Green+Blue) = 190+4+38=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0426 is #41FBD9. Grayscale: #3F3F3F. Windows color (decimal): -4324314 or 2491582. OLE color: 2491582.

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

Color convert

RGB 190 4 38 -
CMYK 0 0.98 0.8 0.25
HSL 349.03º 0.96% 0.38% -
HSV(B) 349.03º 0.98% 0.75% -
XYZ 21.63 11.17 2.85 -
YUV 63.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 190 4 38 0 0.98 0.8 0.25 349.03 0.96 0.38
Hex BE 4 26 0 62 50 19 15D 60 26
Octal 276 4 46 0 142 120 31 535 140 46
Binary 10111110 100 100110 0 1100010 1010000 11001 101011101 1100000 100110

Color Harmonies of #BE0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0426

Black with #BE0426

Text Example


Text Example

White with #BE0426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0426; }

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

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

background-color css

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

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

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

border-color css

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

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

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