Html Css Color HEX #B5355B Rouge

📋 copy color: '#B5355B'

red 181 ◦ green 53 ◦ blue 91

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

Shades of Rouge #B5355B

Tints of Rouge #B5355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28%

R = 55.69%
G = 16.31%
B = 28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5355B (or 0xB5355B) is known color: Rouge. HEX triplet: B5, 35 and 5B. RGB value is (181,53,91). Sum of RGB (Red+Green+Blue) = 181+53+91=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5355B is #4ACAA4. Grayscale: #5F5F5F. Windows color (decimal): -4901541 or 5977525. OLE color: 5977525.

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

Color convert

RGB 181 53 91 -
CMYK 0 0.71 0.50 0.29
HSL 342.19º 0.55% 0.46% -
HSV(B) 342.19º 0.71% 0.71% -
XYZ 22.22 13.13 11.26 -
YUV 95.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 181 53 91 0 0.71 0.50 0.29 342.19 0.55 0.46
Hex B5 35 5B 0 47 32 1D 156 37 2E
Octal 265 65 133 0 107 62 35 526 67 56
Binary 10110101 110101 1011011 0 1000111 110010 11101 101010110 110111 101110

Color Harmonies of #B5355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5355B

Black with #B5355B

Text Example


Text Example

White with #B5355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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