Html Css Color HEX #B53D4C Old Rose

📋 copy color: '#B53D4C'

red 181 ◦ green 61 ◦ blue 76

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

Shades of Old Rose #B53D4C

Tints of Old Rose #B53D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 56.92%
G = 19.18%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B53D4C (or 0xB53D4C) is known color: Old Rose. HEX triplet: B5, 3D and 4C. RGB value is (181,61,76). Sum of RGB (Red+Green+Blue) = 181+61+76=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D4C is #4AC2B3. Grayscale: #626262. Windows color (decimal): -4899508 or 4996533. OLE color: 4996533.

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

Color convert

RGB 181 61 76 -
CMYK 0 0.66 0.58 0.29
HSL 352.5º 0.5% 0.47% -
HSV(B) 352.5º 0.66% 0.71% -
XYZ 22.03 13.68 8.32 -
YUV 98.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 181 61 76 0 0.66 0.58 0.29 352.5 0.5 0.47
Hex B5 3D 4C 0 42 3A 1D 160 32 2F
Octal 265 75 114 0 102 72 35 540 62 57
Binary 10110101 111101 1001100 0 1000010 111010 11101 101100000 110010 101111

Color Harmonies of #B53D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D4C

Black with #B53D4C

Text Example


Text Example

White with #B53D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D4C; }

 p { color: rgb(181,61,76); }

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

background-color css

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

 a { background-color: rgb(181,61,76); }

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

border-color css

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

 span { border-color: rgb(181,61,76); }

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