Html Css Color HEX #BE2944 Old Rose

📋 copy color: '#BE2944'

red 190 ◦ green 41 ◦ blue 68

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

Shades of Old Rose #BE2944

Tints of Old Rose #BE2944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 63.55%
G = 13.71%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE2944 (or 0xBE2944) is known color: Old Rose. HEX triplet: BE, 29 and 44. RGB value is (190,41,68). Sum of RGB (Red+Green+Blue) = 190+41+68=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2944 is #41D6BB. Grayscale: #585858. Windows color (decimal): -4314812 or 4467134. OLE color: 4467134.

HSL color Cylindrical-coordinate representation of color #BE2944: hue angle of 349.13º 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 #BE2944 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 41 68 -
CMYK 0 0.78 0.64 0.25
HSL 349.13º 0.65% 0.45% -
HSV(B) 349.13º 0.78% 0.75% -
XYZ 23.07 12.95 6.75 -
YUV 88.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 190 41 68 0 0.78 0.64 0.25 349.13 0.65 0.45
Hex BE 29 44 0 4E 40 19 15D 41 2D
Octal 276 51 104 0 116 100 31 535 101 55
Binary 10111110 101001 1000100 0 1001110 1000000 11001 101011101 1000001 101101

Color Harmonies of #BE2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2944

Black with #BE2944

Text Example


Text Example

White with #BE2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2944; }

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

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

background-color css

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

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

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

border-color css

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

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

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