Html Css Color HEX #B53560 Rouge

📋 copy color: '#B53560'

red 181 ◦ green 53 ◦ blue 96

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

Shades of Rouge #B53560

Tints of Rouge #B53560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 54.85%
G = 16.06%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B53560 (or 0xB53560) is known color: Rouge. HEX triplet: B5, 35 and 60. RGB value is (181,53,96). Sum of RGB (Red+Green+Blue) = 181+53+96=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B53560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53560 is #4ACA9F. Grayscale: #606060. Windows color (decimal): -4901536 or 6305205. OLE color: 6305205.

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

Color convert

RGB 181 53 96 -
CMYK 0 0.71 0.47 0.29
HSL 339.84º 0.55% 0.46% -
HSV(B) 339.84º 0.71% 0.71% -
XYZ 22.44 13.21 12.43 -
YUV 96.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 181 53 96 0 0.71 0.47 0.29 339.84 0.55 0.46
Hex B5 35 60 0 47 2F 1D 154 37 2E
Octal 265 65 140 0 107 57 35 524 67 56
Binary 10110101 110101 1100000 0 1000111 101111 11101 101010100 110111 101110

Color Harmonies of #B53560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53560

Black with #B53560

Text Example


Text Example

White with #B53560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53560; }

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

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

background-color css

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

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

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

border-color css

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

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

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