Html Css Color HEX #B52B5C Old Rose

📋 copy color: '#B52B5C'

red 181 ◦ green 43 ◦ blue 92

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

Shades of Old Rose #B52B5C

Tints of Old Rose #B52B5C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

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

R = 57.28%
G = 13.61%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B52B5C (or 0xB52B5C) is known color: Old Rose. HEX triplet: B5, 2B and 5C. RGB value is (181,43,92). Sum of RGB (Red+Green+Blue) = 181+43+92=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52B5C is #4AD4A3. Grayscale: #595959. Windows color (decimal): -4904100 or 6040501. OLE color: 6040501.

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

Color convert

RGB 181 43 92 -
CMYK 0 0.76 0.49 0.29
HSL 338.7º 0.62% 0.44% -
HSV(B) 338.7º 0.76% 0.71% -
XYZ 21.85 12.32 11.35 -
YUV 89.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 181 43 92 0 0.76 0.49 0.29 338.7 0.62 0.44
Hex B5 2B 5C 0 4C 31 1D 153 3E 2C
Octal 265 53 134 0 114 61 35 523 76 54
Binary 10110101 101011 1011100 0 1001100 110001 11101 101010011 111110 101100

Color Harmonies of #B52B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52B5C

Black with #B52B5C

Text Example


Text Example

White with #B52B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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