Html Css Color HEX #B53360 Rouge

📋 copy color: '#B53360'

red 181 ◦ green 51 ◦ blue 96

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

Shades of Rouge #B53360

Tints of Rouge #B53360

RGB

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

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

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

R = 55.18%
G = 15.55%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B53360 (or 0xB53360) is known color: Rouge. HEX triplet: B5, 33 and 60. RGB value is (181,51,96). Sum of RGB (Red+Green+Blue) = 181+51+96=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B53360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53360 is #4ACC9F. Grayscale: #5E5E5E. Windows color (decimal): -4902048 or 6304693. OLE color: 6304693.

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

Color convert

RGB 181 51 96 -
CMYK 0 0.72 0.47 0.29
HSL 339.23º 0.56% 0.45% -
HSV(B) 339.23º 0.72% 0.71% -
XYZ 22.35 13.04 12.4 -
YUV 95 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 181 51 96 0 0.72 0.47 0.29 339.23 0.56 0.45
Hex B5 33 60 0 48 2F 1D 153 38 2D
Octal 265 63 140 0 110 57 35 523 70 55
Binary 10110101 110011 1100000 0 1001000 101111 11101 101010011 111000 101101

Color Harmonies of #B53360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53360

Black with #B53360

Text Example


Text Example

White with #B53360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53360; }

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

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

background-color css

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

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

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

border-color css

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

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

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