#B13B5A

Color #B13B5A Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B13B5A

Tints of Rouge #B13B5A

Color information

#B13B5A (or 0xB13B5A) is unknown color: approx Rouge. HEX triplet: B1, 3B and 5A. RGB value is (177,59,90). Sum of RGB (Red+Green+Blue) = 177+59+90=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B5A is #4EC4A5. Grayscale: #616161. Windows color (decimal): -5162150 or 5913521. OLE color: 5913521.

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

Color convert

RGB1775990-
CMYK00.670.490.31
HSL344.24º50%46.27%-
HSV(B)344.24º66.67%69.41%-
XYZ21.5413.2111.09-
YUV97.82123.59184.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=54.29%
G=18.10%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177599000.670.490.31344.245046.27
HexB13B5A043311F158322e
Octal26173132010361375306256
Binary1011000111101110110100100001111000111111101011000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B5A; }

 p { color: rgb(177,59,90); }

 H1.HeaderClassName
 {
   color: #B13B5A;
 }
 .AnyTagClassName
 {
   color: #B13B5A;
 }
</style>
background-color css

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

 a { background-color: rgb(177,59,90); }

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

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

 span { border-color: rgb(177,59,90); }

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