Html Css Color HEX #B13E5D Rouge

📋 copy color: '#B13E5D'

red 177 ◦ green 62 ◦ blue 93

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

Shades of Rouge #B13E5D

Tints of Rouge #B13E5D

RGB

 RED value IS 177 (69.53% from 255) = 53.31%

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 53.31%
G = 18.67%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B13E5D (or 0xB13E5D) is known color: Rouge. HEX triplet: B1, 3E and 5D. RGB value is (177,62,93). Sum of RGB (Red+Green+Blue) = 177+62+93=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E5D is #4EC1A2. Grayscale: #636363. Windows color (decimal): -5161379 or 6110897. OLE color: 6110897.

HSL color Cylindrical-coordinate representation of color #B13E5D: hue angle of 343.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E5D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 62 93 -
CMYK 0 0.65 0.47 0.31
HSL 343.83º 0.48% 0.47% -
HSV(B) 343.83º 0.65% 0.69% -
XYZ 21.83 13.58 11.83 -
YUV 99.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 177 62 93 0 0.65 0.47 0.31 343.83 0.48 0.47
Hex B1 3E 5D 0 41 2F 1F 158 30 2F
Octal 261 76 135 0 101 57 37 530 60 57
Binary 10110001 111110 1011101 0 1000001 101111 11111 101011000 110000 101111

Color Harmonies of #B13E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E5D

Black with #B13E5D

Text Example


Text Example

White with #B13E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E5D; }

 p { color: rgb(177,62,93); }

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

background-color css

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

 a { background-color: rgb(177,62,93); }

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

border-color css

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

 span { border-color: rgb(177,62,93); }

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