Html Css Color HEX #B13D5D Rouge

📋 copy color: '#B13D5D'

red 177 ◦ green 61 ◦ blue 93

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

Shades of Rouge #B13D5D

Tints of Rouge #B13D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

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

R = 53.47%
G = 18.43%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B13D5D (or 0xB13D5D) is known color: Rouge. HEX triplet: B1, 3D and 5D. RGB value is (177,61,93). Sum of RGB (Red+Green+Blue) = 177+61+93=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D5D is #4EC2A2. Grayscale: #636363. Windows color (decimal): -5161635 or 6110641. OLE color: 6110641.

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

Color convert

RGB 177 61 93 -
CMYK 0 0.66 0.47 0.31
HSL 343.45º 0.49% 0.47% -
HSV(B) 343.45º 0.66% 0.69% -
XYZ 21.78 13.47 11.81 -
YUV 99.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 177 61 93 0 0.66 0.47 0.31 343.45 0.49 0.47
Hex B1 3D 5D 0 42 2F 1F 157 31 2F
Octal 261 75 135 0 102 57 37 527 61 57
Binary 10110001 111101 1011101 0 1000010 101111 11111 101010111 110001 101111

Color Harmonies of #B13D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D5D

Black with #B13D5D

Text Example


Text Example

White with #B13D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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