Html Css Color HEX #BE0621 Venetian Red

📋 copy color: '#BE0621'

red 190 ◦ green 6 ◦ blue 33

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

Shades of Venetian Red #BE0621

Tints of Venetian Red #BE0621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 82.97%
G = 2.62%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE0621 (or 0xBE0621) is known color: Venetian Red. HEX triplet: BE, 06 and 21. RGB value is (190,6,33). Sum of RGB (Red+Green+Blue) = 190+6+33=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0621 is #41F9DE. Grayscale: #404040. Windows color (decimal): -4323807 or 2164414. OLE color: 2164414.

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

Color convert

RGB 190 6 33 -
CMYK 0 0.97 0.83 0.25
HSL 351.2º 0.94% 0.38% -
HSV(B) 351.2º 0.97% 0.75% -
XYZ 21.57 11.19 2.46 -
YUV 64.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 190 6 33 0 0.97 0.83 0.25 351.2 0.94 0.38
Hex BE 6 21 0 61 53 19 15F 5E 26
Octal 276 6 41 0 141 123 31 537 136 46
Binary 10111110 110 100001 0 1100001 1010011 11001 101011111 1011110 100110

Color Harmonies of #BE0621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0621

Black with #BE0621

Text Example


Text Example

White with #BE0621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0621; }

 p { color: rgb(190,6,33); }

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

background-color css

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

 a { background-color: rgb(190,6,33); }

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

border-color css

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

 span { border-color: rgb(190,6,33); }

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