Html Css Color HEX #BE244D Old Rose

📋 copy color: '#BE244D'

red 190 ◦ green 36 ◦ blue 77

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

Shades of Old Rose #BE244D

Tints of Old Rose #BE244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 62.71%
G = 11.88%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE244D (or 0xBE244D) is known color: Old Rose. HEX triplet: BE, 24 and 4D. RGB value is (190,36,77). Sum of RGB (Red+Green+Blue) = 190+36+77=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE244D is #41DBB2. Grayscale: #565656. Windows color (decimal): -4316083 or 5055678. OLE color: 5055678.

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

Color convert

RGB 190 36 77 -
CMYK 0 0.81 0.59 0.25
HSL 344.03º 0.68% 0.44% -
HSV(B) 344.03º 0.81% 0.75% -
XYZ 23.21 12.74 8.26 -
YUV 86.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 190 36 77 0 0.81 0.59 0.25 344.03 0.68 0.44
Hex BE 24 4D 0 51 3B 19 158 44 2C
Octal 276 44 115 0 121 73 31 530 104 54
Binary 10111110 100100 1001101 0 1010001 111011 11001 101011000 1000100 101100

Color Harmonies of #BE244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE244D

Black with #BE244D

Text Example


Text Example

White with #BE244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE244D; }

 p { color: rgb(190,36,77); }

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

background-color css

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

 a { background-color: rgb(190,36,77); }

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

border-color css

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

 span { border-color: rgb(190,36,77); }

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