Html Css Color HEX #B52D5C Old Rose

📋 copy color: '#B52D5C'

red 181 ◦ green 45 ◦ blue 92

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

Shades of Old Rose #B52D5C

Tints of Old Rose #B52D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.15%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 56.92%
G = 14.15%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B52D5C (or 0xB52D5C) is known color: Old Rose. HEX triplet: B5, 2D and 5C. RGB value is (181,45,92). Sum of RGB (Red+Green+Blue) = 181+45+92=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D5C is #4AD2A3. Grayscale: #5A5A5A. Windows color (decimal): -4903588 or 6041013. OLE color: 6041013.

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

Color convert

RGB 181 45 92 -
CMYK 0 0.75 0.49 0.29
HSL 339.26º 0.6% 0.44% -
HSV(B) 339.26º 0.75% 0.71% -
XYZ 21.93 12.47 11.38 -
YUV 91.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 181 45 92 0 0.75 0.49 0.29 339.26 0.6 0.44
Hex B5 2D 5C 0 4B 31 1D 153 3C 2C
Octal 265 55 134 0 113 61 35 523 74 54
Binary 10110101 101101 1011100 0 1001011 110001 11101 101010011 111100 101100

Color Harmonies of #B52D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D5C

Black with #B52D5C

Text Example


Text Example

White with #B52D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D5C; }

 p { color: rgb(181,45,92); }

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

background-color css

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

 a { background-color: rgb(181,45,92); }

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

border-color css

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

 span { border-color: rgb(181,45,92); }

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