Html Css Color HEX #BE2946 Old Rose

📋 copy color: '#BE2946'

red 190 ◦ green 41 ◦ blue 70

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

Shades of Old Rose #BE2946

Tints of Old Rose #BE2946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 63.12%
G = 13.62%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE2946 (or 0xBE2946) is known color: Old Rose. HEX triplet: BE, 29 and 46. RGB value is (190,41,70). Sum of RGB (Red+Green+Blue) = 190+41+70=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2946 is #41D6B9. Grayscale: #585858. Windows color (decimal): -4314810 or 4598206. OLE color: 4598206.

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

Color convert

RGB 190 41 70 -
CMYK 0 0.78 0.63 0.25
HSL 348.32º 0.65% 0.45% -
HSV(B) 348.32º 0.78% 0.75% -
XYZ 23.13 12.98 7.08 -
YUV 88.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 190 41 70 0 0.78 0.63 0.25 348.32 0.65 0.45
Hex BE 29 46 0 4E 3F 19 15C 41 2D
Octal 276 51 106 0 116 77 31 534 101 55
Binary 10111110 101001 1000110 0 1001110 111111 11001 101011100 1000001 101101

Color Harmonies of #BE2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2946

Black with #BE2946

Text Example


Text Example

White with #BE2946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2946; }

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

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

background-color css

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

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

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

border-color css

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

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

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