Html Css Color HEX #B53558 Old Rose

📋 copy color: '#B53558'

red 181 ◦ green 53 ◦ blue 88

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

Shades of Old Rose #B53558

Tints of Old Rose #B53558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 56.21%
G = 16.46%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B53558 (or 0xB53558) is known color: Old Rose. HEX triplet: B5, 35 and 58. RGB value is (181,53,88). Sum of RGB (Red+Green+Blue) = 181+53+88=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B53558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53558 is #4ACAA7. Grayscale: #5F5F5F. Windows color (decimal): -4901544 or 5780917. OLE color: 5780917.

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

Color convert

RGB 181 53 88 -
CMYK 0 0.71 0.51 0.29
HSL 343.59º 0.55% 0.46% -
HSV(B) 343.59º 0.71% 0.71% -
XYZ 22.09 13.07 10.59 -
YUV 95.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 181 53 88 0 0.71 0.51 0.29 343.59 0.55 0.46
Hex B5 35 58 0 47 33 1D 158 37 2E
Octal 265 65 130 0 107 63 35 530 67 56
Binary 10110101 110101 1011000 0 1000111 110011 11101 101011000 110111 101110

Color Harmonies of #B53558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53558

Black with #B53558

Text Example


Text Example

White with #B53558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53558; }

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

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

background-color css

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

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

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

border-color css

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

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

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