Html Css Color HEX #BE021C Venetian Red

📋 copy color: '#BE021C'

red 190 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #BE021C

Tints of Venetian Red #BE021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 86.36%
G = 0.91%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE021C (or 0xBE021C) is known color: Venetian Red. HEX triplet: BE, 02 and 1C. RGB value is (190,2,28). Sum of RGB (Red+Green+Blue) = 190+2+28=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE021C is #41FDE3. Grayscale: #3D3D3D. Windows color (decimal): -4324836 or 1835710. OLE color: 1835710.

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

Color convert

RGB 190 2 28 -
CMYK 0 0.99 0.85 0.25
HSL 351.7º 0.98% 0.38% -
HSV(B) 351.7º 0.99% 0.75% -
XYZ 21.47 11.07 2.1 -
YUV 61.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 190 2 28 0 0.99 0.85 0.25 351.7 0.98 0.38
Hex BE 2 1C 0 63 55 19 160 62 26
Octal 276 2 34 0 143 125 31 540 142 46
Binary 10111110 10 11100 0 1100011 1010101 11001 101100000 1100010 100110

Color Harmonies of #BE021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE021C

Black with #BE021C

Text Example


Text Example

White with #BE021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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