Html Css Color HEX #BE2844 Old Rose

📋 copy color: '#BE2844'

red 190 ◦ green 40 ◦ blue 68

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

Shades of Old Rose #BE2844

Tints of Old Rose #BE2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 63.76%
G = 13.42%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE2844 (or 0xBE2844) is known color: Old Rose. HEX triplet: BE, 28 and 44. RGB value is (190,40,68). Sum of RGB (Red+Green+Blue) = 190+40+68=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2844 is #41D7BB. Grayscale: #585858. Windows color (decimal): -4315068 or 4466878. OLE color: 4466878.

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

Color convert

RGB 190 40 68 -
CMYK 0 0.79 0.64 0.25
HSL 348.8º 0.65% 0.45% -
HSV(B) 348.8º 0.79% 0.75% -
XYZ 23.04 12.88 6.74 -
YUV 88.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 190 40 68 0 0.79 0.64 0.25 348.8 0.65 0.45
Hex BE 28 44 0 4F 40 19 15D 41 2D
Octal 276 50 104 0 117 100 31 535 101 55
Binary 10111110 101000 1000100 0 1001111 1000000 11001 101011101 1000001 101101

Color Harmonies of #BE2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2844

Black with #BE2844

Text Example


Text Example

White with #BE2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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