Html Css Color HEX #BE021A Venetian Red

📋 copy color: '#BE021A'

red 190 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #BE021A

Tints of Venetian Red #BE021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 87.16%
G = 0.92%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE021A (or 0xBE021A) is known color: Venetian Red. HEX triplet: BE, 02 and 1A. RGB value is (190,2,26). Sum of RGB (Red+Green+Blue) = 190+2+26=218 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.16% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 190 - color contains mainly: red. Hex color #BE021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE021A is #41FDE5. Grayscale: #3D3D3D. Windows color (decimal): -4324838 or 1704638. OLE color: 1704638.

HSL color Cylindrical-coordinate representation of color #BE021A: hue angle of 352.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE021A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 26 -
CMYK 0 0.99 0.86 0.25
HSL 352.34º 0.98% 0.38% -
HSV(B) 352.34º 0.99% 0.75% -
XYZ 21.44 11.07 1.98 -
YUV 60.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 190 2 26 0 0.99 0.86 0.25 352.34 0.98 0.38
Hex BE 2 1A 0 63 56 19 160 62 26
Octal 276 2 32 0 143 126 31 540 142 46
Binary 10111110 10 11010 0 1100011 1010110 11001 101100000 1100010 100110

Color Harmonies of #BE021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE021A

Black with #BE021A

Text Example


Text Example

White with #BE021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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