Html Css Color HEX #BE2950 Old Rose

📋 copy color: '#BE2950'

red 190 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #BE2950

Tints of Old Rose #BE2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 61.09%
G = 13.18%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE2950 (or 0xBE2950) is known color: Old Rose. HEX triplet: BE, 29 and 50. RGB value is (190,41,80). Sum of RGB (Red+Green+Blue) = 190+41+80=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2950 is #41D6AF. Grayscale: #595959. Windows color (decimal): -4314800 or 5253566. OLE color: 5253566.

HSL color Cylindrical-coordinate representation of color #BE2950: hue angle of 344.3º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2950 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 41 80 -
CMYK 0 0.78 0.58 0.25
HSL 344.3º 0.65% 0.45% -
HSV(B) 344.3º 0.78% 0.75% -
XYZ 23.48 13.11 8.88 -
YUV 90 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 190 41 80 0 0.78 0.58 0.25 344.3 0.65 0.45
Hex BE 29 50 0 4E 3A 19 158 41 2D
Octal 276 51 120 0 116 72 31 530 101 55
Binary 10111110 101001 1010000 0 1001110 111010 11001 101011000 1000001 101101

Color Harmonies of #BE2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2950

Black with #BE2950

Text Example


Text Example

White with #BE2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2950; }

 p { color: rgb(190,41,80); }

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

background-color css

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

 a { background-color: rgb(190,41,80); }

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

border-color css

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

 span { border-color: rgb(190,41,80); }

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