Html Css Color HEX #B5355D Rouge

📋 copy color: '#B5355D'

red 181 ◦ green 53 ◦ blue 93

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

Shades of Rouge #B5355D

Tints of Rouge #B5355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 55.35%
G = 16.21%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5355D (or 0xB5355D) is known color: Rouge. HEX triplet: B5, 35 and 5D. RGB value is (181,53,93). Sum of RGB (Red+Green+Blue) = 181+53+93=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5355D is #4ACAA2. Grayscale: #5F5F5F. Windows color (decimal): -4901539 or 6108597. OLE color: 6108597.

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

Color convert

RGB 181 53 93 -
CMYK 0 0.71 0.49 0.29
HSL 341.25º 0.55% 0.46% -
HSV(B) 341.25º 0.71% 0.71% -
XYZ 22.3 13.16 11.72 -
YUV 95.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 181 53 93 0 0.71 0.49 0.29 341.25 0.55 0.46
Hex B5 35 5D 0 47 31 1D 155 37 2E
Octal 265 65 135 0 107 61 35 525 67 56
Binary 10110101 110101 1011101 0 1000111 110001 11101 101010101 110111 101110

Color Harmonies of #B5355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5355D

Black with #B5355D

Text Example


Text Example

White with #B5355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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