Html Css Color HEX #B53A56 Old Rose

📋 copy color: '#B53A56'

red 181 ◦ green 58 ◦ blue 86

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

Shades of Old Rose #B53A56

Tints of Old Rose #B53A56

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

 BLUE value IS 86 (33.98% from 255) = 26.46%

R = 55.69%
G = 17.85%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B53A56 (or 0xB53A56) is known color: Old Rose. HEX triplet: B5, 3A and 56. RGB value is (181,58,86). Sum of RGB (Red+Green+Blue) = 181+58+86=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A56 is #4AC5A9. Grayscale: #616161. Windows color (decimal): -4900266 or 5651125. OLE color: 5651125.

HSL color Cylindrical-coordinate representation of color #B53A56: hue angle of 346.34º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53A56 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 58 86 -
CMYK 0 0.68 0.52 0.29
HSL 346.34º 0.51% 0.47% -
HSV(B) 346.34º 0.68% 0.71% -
XYZ 22.25 13.52 10.24 -
YUV 97.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 181 58 86 0 0.68 0.52 0.29 346.34 0.51 0.47
Hex B5 3A 56 0 44 34 1D 15A 33 2F
Octal 265 72 126 0 104 64 35 532 63 57
Binary 10110101 111010 1010110 0 1000100 110100 11101 101011010 110011 101111

Color Harmonies of #B53A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A56

Black with #B53A56

Text Example


Text Example

White with #B53A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A56; }

 p { color: rgb(181,58,86); }

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

background-color css

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

 a { background-color: rgb(181,58,86); }

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

border-color css

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

 span { border-color: rgb(181,58,86); }

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