Html Css Color HEX #B53358 Old Rose

📋 copy color: '#B53358'

red 181 ◦ green 51 ◦ blue 88

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

Shades of Old Rose #B53358

Tints of Old Rose #B53358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 56.56%
G = 15.94%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B53358 (or 0xB53358) is known color: Old Rose. HEX triplet: B5, 33 and 58. RGB value is (181,51,88). Sum of RGB (Red+Green+Blue) = 181+51+88=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B53358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53358 is #4ACCA7. Grayscale: #5E5E5E. Windows color (decimal): -4902056 or 5780405. OLE color: 5780405.

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

Color convert

RGB 181 51 88 -
CMYK 0 0.72 0.51 0.29
HSL 342.92º 0.56% 0.45% -
HSV(B) 342.92º 0.72% 0.71% -
XYZ 22 12.9 10.56 -
YUV 94.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 181 51 88 0 0.72 0.51 0.29 342.92 0.56 0.45
Hex B5 33 58 0 48 33 1D 157 38 2D
Octal 265 63 130 0 110 63 35 527 70 55
Binary 10110101 110011 1011000 0 1001000 110011 11101 101010111 111000 101101

Color Harmonies of #B53358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53358

Black with #B53358

Text Example


Text Example

White with #B53358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53358; }

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

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

background-color css

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

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

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

border-color css

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

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

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