Html Css Color HEX #BE2452 Old Rose

📋 copy color: '#BE2452'

red 190 ◦ green 36 ◦ blue 82

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

Shades of Old Rose #BE2452

Tints of Old Rose #BE2452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 61.69%
G = 11.69%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE2452 (or 0xBE2452) is known color: Old Rose. HEX triplet: BE, 24 and 52. RGB value is (190,36,82). Sum of RGB (Red+Green+Blue) = 190+36+82=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2452 is #41DBAD. Grayscale: #575757. Windows color (decimal): -4316078 or 5383358. OLE color: 5383358.

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

Color convert

RGB 190 36 82 -
CMYK 0 0.81 0.57 0.25
HSL 342.08º 0.68% 0.44% -
HSV(B) 342.08º 0.81% 0.75% -
XYZ 23.39 12.82 9.22 -
YUV 87.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 190 36 82 0 0.81 0.57 0.25 342.08 0.68 0.44
Hex BE 24 52 0 51 39 19 156 44 2C
Octal 276 44 122 0 121 71 31 526 104 54
Binary 10111110 100100 1010010 0 1010001 111001 11001 101010110 1000100 101100

Color Harmonies of #BE2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2452

Black with #BE2452

Text Example


Text Example

White with #BE2452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2452; }

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

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

background-color css

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

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

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

border-color css

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

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

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