Html Css Color HEX #B53E49 Old Rose

📋 copy color: '#B53E49'

red 181 ◦ green 62 ◦ blue 73

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

Shades of Old Rose #B53E49

Tints of Old Rose #B53E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 57.28%
G = 19.62%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B53E49 (or 0xB53E49) is known color: Old Rose. HEX triplet: B5, 3E and 49. RGB value is (181,62,73). Sum of RGB (Red+Green+Blue) = 181+62+73=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E49 is #4AC1B6. Grayscale: #626262. Windows color (decimal): -4899255 or 4800181. OLE color: 4800181.

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

Color convert

RGB 181 62 73 -
CMYK 0 0.66 0.60 0.29
HSL 354.45º 0.49% 0.48% -
HSV(B) 354.45º 0.66% 0.71% -
XYZ 21.98 13.75 7.8 -
YUV 98.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 181 62 73 0 0.66 0.60 0.29 354.45 0.49 0.48
Hex B5 3E 49 0 42 3C 1D 162 31 30
Octal 265 76 111 0 102 74 35 542 61 60
Binary 10110101 111110 1001001 0 1000010 111100 11101 101100010 110001 110000

Color Harmonies of #B53E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E49

Black with #B53E49

Text Example


Text Example

White with #B53E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E49; }

 p { color: rgb(181,62,73); }

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

background-color css

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

 a { background-color: rgb(181,62,73); }

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

border-color css

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

 span { border-color: rgb(181,62,73); }

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