Html Css Color HEX #BE2349 Old Rose

📋 copy color: '#BE2349'

red 190 ◦ green 35 ◦ blue 73

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

Shades of Old Rose #BE2349

Tints of Old Rose #BE2349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 63.76%
G = 11.74%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE2349 (or 0xBE2349) is known color: Old Rose. HEX triplet: BE, 23 and 49. RGB value is (190,35,73). Sum of RGB (Red+Green+Blue) = 190+35+73=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2349 is #41DCB6. Grayscale: #555555. Windows color (decimal): -4316343 or 4793278. OLE color: 4793278.

HSL color Cylindrical-coordinate representation of color #BE2349: hue angle of 345.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2349 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 35 73 -
CMYK 0 0.82 0.62 0.25
HSL 345.29º 0.69% 0.44% -
HSV(B) 345.29º 0.82% 0.75% -
XYZ 23.04 12.63 7.53 -
YUV 85.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 190 35 73 0 0.82 0.62 0.25 345.29 0.69 0.44
Hex BE 23 49 0 52 3E 19 159 45 2C
Octal 276 43 111 0 122 76 31 531 105 54
Binary 10111110 100011 1001001 0 1010010 111110 11001 101011001 1000101 101100

Color Harmonies of #BE2349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2349

Black with #BE2349

Text Example


Text Example

White with #BE2349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2349; }

 p { color: rgb(190,35,73); }

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

background-color css

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

 a { background-color: rgb(190,35,73); }

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

border-color css

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

 span { border-color: rgb(190,35,73); }

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