Html Css Color HEX #BE0521 Venetian Red

📋 copy color: '#BE0521'

red 190 ◦ green 5 ◦ blue 33

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

Shades of Venetian Red #BE0521

Tints of Venetian Red #BE0521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 83.33%
G = 2.19%
B = 14.47%

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

#BE0521 (or 0xBE0521) is known color: Venetian Red. HEX triplet: BE, 05 and 21. RGB value is (190,5,33). Sum of RGB (Red+Green+Blue) = 190+5+33=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0521 is #41FADE. Grayscale: #3F3F3F. Windows color (decimal): -4324063 or 2164158. OLE color: 2164158.

HSL color Cylindrical-coordinate representation of color #BE0521: hue angle of 350.92º degrees, saturation: 0.95, 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 #BE0521 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 5 33 -
CMYK 0 0.97 0.83 0.25
HSL 350.92º 0.95% 0.38% -
HSV(B) 350.92º 0.97% 0.75% -
XYZ 21.56 11.17 2.46 -
YUV 63.51 110.79 218.22 -
System Red Green Blue C M Y K H S L
Decimal 190 5 33 0 0.97 0.83 0.25 350.92 0.95 0.38
Hex BE 5 21 0 61 53 19 15F 5F 26
Octal 276 5 41 0 141 123 31 537 137 46
Binary 10111110 101 100001 0 1100001 1010011 11001 101011111 1011111 100110

Color Harmonies of #BE0521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0521

Black with #BE0521

Text Example


Text Example

White with #BE0521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0521; }

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

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

background-color css

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

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

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

border-color css

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

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

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