Html Css Color HEX #B53E4D Old Rose

📋 copy color: '#B53E4D'

red 181 ◦ green 62 ◦ blue 77

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

Shades of Old Rose #B53E4D

Tints of Old Rose #B53E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 56.56%
G = 19.38%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B53E4D (or 0xB53E4D) is known color: Old Rose. HEX triplet: B5, 3E and 4D. RGB value is (181,62,77). Sum of RGB (Red+Green+Blue) = 181+62+77=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53E4D is #4AC1B2. Grayscale: #636363. Windows color (decimal): -4899251 or 5062325. OLE color: 5062325.

HSL color Cylindrical-coordinate representation of color #B53E4D: hue angle of 352.44º 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 #B53E4D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 62 77 -
CMYK 0 0.66 0.57 0.29
HSL 352.44º 0.49% 0.48% -
HSV(B) 352.44º 0.66% 0.71% -
XYZ 22.12 13.8 8.52 -
YUV 99.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 181 62 77 0 0.66 0.57 0.29 352.44 0.49 0.48
Hex B5 3E 4D 0 42 39 1D 160 31 30
Octal 265 76 115 0 102 71 35 540 61 60
Binary 10110101 111110 1001101 0 1000010 111001 11101 101100000 110001 110000

Color Harmonies of #B53E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E4D

Black with #B53E4D

Text Example


Text Example

White with #B53E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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