Html Css Color HEX #B53151 Old Rose

📋 copy color: '#B53151'

red 181 ◦ green 49 ◦ blue 81

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

Shades of Old Rose #B53151

Tints of Old Rose #B53151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

 BLUE value IS 81 (32.03% from 255) = 26.05%

R = 58.2%
G = 15.76%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B53151 (or 0xB53151) is known color: Old Rose. HEX triplet: B5, 31 and 51. RGB value is (181,49,81). Sum of RGB (Red+Green+Blue) = 181+49+81=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B53151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53151 is #4ACEAE. Grayscale: #5C5C5C. Windows color (decimal): -4902575 or 5321141. OLE color: 5321141.

HSL color Cylindrical-coordinate representation of color #B53151: hue angle of 345.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53151 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 81 -
CMYK 0 0.73 0.55 0.29
HSL 345.45º 0.57% 0.45% -
HSV(B) 345.45º 0.73% 0.71% -
XYZ 21.64 12.61 9.08 -
YUV 92.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 181 49 81 0 0.73 0.55 0.29 345.45 0.57 0.45
Hex B5 31 51 0 49 37 1D 159 39 2D
Octal 265 61 121 0 111 67 35 531 71 55
Binary 10110101 110001 1010001 0 1001001 110111 11101 101011001 111001 101101

Color Harmonies of #B53151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53151

Black with #B53151

Text Example


Text Example

White with #B53151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53151; }

 p { color: rgb(181,49,81); }

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

background-color css

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

 a { background-color: rgb(181,49,81); }

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

border-color css

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

 span { border-color: rgb(181,49,81); }

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