Html Css Color HEX #B53355 Old Rose

📋 copy color: '#B53355'

red 181 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #B53355

Tints of Old Rose #B53355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

 BLUE value IS 85 (33.59% from 255) = 26.81%

R = 57.1%
G = 16.09%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B53355 (or 0xB53355) is known color: Old Rose. HEX triplet: B5, 33 and 55. RGB value is (181,51,85). Sum of RGB (Red+Green+Blue) = 181+51+85=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B53355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53355 is #4ACCAA. Grayscale: #5D5D5D. Windows color (decimal): -4902059 or 5583797. OLE color: 5583797.

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

Color convert

RGB 181 51 85 -
CMYK 0 0.72 0.53 0.29
HSL 344.31º 0.56% 0.45% -
HSV(B) 344.31º 0.72% 0.71% -
XYZ 21.88 12.85 9.92 -
YUV 93.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 181 51 85 0 0.72 0.53 0.29 344.31 0.56 0.45
Hex B5 33 55 0 48 35 1D 158 38 2D
Octal 265 63 125 0 110 65 35 530 70 55
Binary 10110101 110011 1010101 0 1001000 110101 11101 101011000 111000 101101

Color Harmonies of #B53355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53355

Black with #B53355

Text Example


Text Example

White with #B53355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53355; }

 p { color: rgb(181,51,85); }

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

background-color css

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

 a { background-color: rgb(181,51,85); }

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

border-color css

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

 span { border-color: rgb(181,51,85); }

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