Html Css Color HEX #B5315D Rouge

📋 copy color: '#B5315D'

red 181 ◦ green 49 ◦ blue 93

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

Shades of Rouge #B5315D

Tints of Rouge #B5315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

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

R = 56.04%
G = 15.17%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5315D (or 0xB5315D) is known color: Rouge. HEX triplet: B5, 31 and 5D. RGB value is (181,49,93). Sum of RGB (Red+Green+Blue) = 181+49+93=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5315D is #4ACEA2. Grayscale: #5D5D5D. Windows color (decimal): -4902563 or 6107573. OLE color: 6107573.

HSL color Cylindrical-coordinate representation of color #B5315D: hue angle of 340º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5315D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 93 -
CMYK 0 0.73 0.49 0.29
HSL 340º 0.57% 0.45% -
HSV(B) 340º 0.73% 0.71% -
XYZ 22.13 12.81 11.66 -
YUV 93.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 181 49 93 0 0.73 0.49 0.29 340 0.57 0.45
Hex B5 31 5D 0 49 31 1D 154 39 2D
Octal 265 61 135 0 111 61 35 524 71 55
Binary 10110101 110001 1011101 0 1001001 110001 11101 101010100 111001 101101

Color Harmonies of #B5315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5315D

Black with #B5315D

Text Example


Text Example

White with #B5315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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