Html Css Color HEX #B52E53 Old Rose

📋 copy color: '#B52E53'

red 181 ◦ green 46 ◦ blue 83

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

Shades of Old Rose #B52E53

Tints of Old Rose #B52E53

RGB

 RED value IS 181 (71.09% from 255) = 58.39%

 GREEN value IS 46 (18.36% from 255) = 14.84%

 BLUE value IS 83 (32.81% from 255) = 26.77%

R = 58.39%
G = 14.84%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B52E53 (or 0xB52E53) is known color: Old Rose. HEX triplet: B5, 2E and 53. RGB value is (181,46,83). Sum of RGB (Red+Green+Blue) = 181+46+83=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E53 is #4AD1AC. Grayscale: #5A5A5A. Windows color (decimal): -4903341 or 5451445. OLE color: 5451445.

HSL color Cylindrical-coordinate representation of color #B52E53: hue angle of 343.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E53 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 46 83 -
CMYK 0 0.75 0.54 0.29
HSL 343.56º 0.59% 0.45% -
HSV(B) 343.56º 0.75% 0.71% -
XYZ 21.59 12.4 9.44 -
YUV 90.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 181 46 83 0 0.75 0.54 0.29 343.56 0.59 0.45
Hex B5 2E 53 0 4B 36 1D 158 3B 2D
Octal 265 56 123 0 113 66 35 530 73 55
Binary 10110101 101110 1010011 0 1001011 110110 11101 101011000 111011 101101

Color Harmonies of #B52E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E53

Black with #B52E53

Text Example


Text Example

White with #B52E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E53; }

 p { color: rgb(181,46,83); }

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

background-color css

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

 a { background-color: rgb(181,46,83); }

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

border-color css

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

 span { border-color: rgb(181,46,83); }

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