Html Css Color HEX #BE2348 Old Rose

📋 copy color: '#BE2348'

red 190 ◦ green 35 ◦ blue 72

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

Shades of Old Rose #BE2348

Tints of Old Rose #BE2348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 63.97%
G = 11.78%
B = 24.24%

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

#BE2348 (or 0xBE2348) is known color: Old Rose. HEX triplet: BE, 23 and 48. RGB value is (190,35,72). Sum of RGB (Red+Green+Blue) = 190+35+72=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2348 is #41DCB7. Grayscale: #555555. Windows color (decimal): -4316344 or 4727742. OLE color: 4727742.

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

Color convert

RGB 190 35 72 -
CMYK 0 0.82 0.62 0.25
HSL 345.68º 0.69% 0.44% -
HSV(B) 345.68º 0.82% 0.75% -
XYZ 23.01 12.62 7.35 -
YUV 85.56 120.35 202.49 -
System Red Green Blue C M Y K H S L
Decimal 190 35 72 0 0.82 0.62 0.25 345.68 0.69 0.44
Hex BE 23 48 0 52 3E 19 15A 45 2C
Octal 276 43 110 0 122 76 31 532 105 54
Binary 10111110 100011 1001000 0 1010010 111110 11001 101011010 1000101 101100

Color Harmonies of #BE2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2348

Black with #BE2348

Text Example


Text Example

White with #BE2348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2348; }

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

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

background-color css

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

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

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

border-color css

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

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

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