Html Css Color HEX #BE041A Venetian Red

📋 copy color: '#BE041A'

red 190 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #BE041A

Tints of Venetian Red #BE041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 86.36%
G = 1.82%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE041A (or 0xBE041A) is known color: Venetian Red. HEX triplet: BE, 04 and 1A. RGB value is (190,4,26). Sum of RGB (Red+Green+Blue) = 190+4+26=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE041A is #41FBE5. Grayscale: #3E3E3E. Windows color (decimal): -4324326 or 1705150. OLE color: 1705150.

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

Color convert

RGB 190 4 26 -
CMYK 0 0.98 0.86 0.25
HSL 352.9º 0.96% 0.38% -
HSV(B) 352.9º 0.98% 0.75% -
XYZ 21.47 11.11 1.99 -
YUV 62.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 190 4 26 0 0.98 0.86 0.25 352.9 0.96 0.38
Hex BE 4 1A 0 62 56 19 161 60 26
Octal 276 4 32 0 142 126 31 541 140 46
Binary 10111110 100 11010 0 1100010 1010110 11001 101100001 1100000 100110

Color Harmonies of #BE041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE041A

Black with #BE041A

Text Example


Text Example

White with #BE041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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