#B13460

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

Shades of Rouge #B13460

Tints of Rouge #B13460

Color information

#B13460 (or 0xB13460) is unknown color: approx Rouge. HEX triplet: B1, 34 and 60. RGB value is (177,52,96). Sum of RGB (Red+Green+Blue) = 177+52+96=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B13460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13460 is #4ECB9F. Grayscale: #5E5E5E. Windows color (decimal): -5163936 or 6304945. OLE color: 6304945.

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

Color convert

RGB1775296-
CMYK00.710.460.31
HSL338.88º54.59%44.9%-
HSV(B)338.88º70.62%69.41%-
XYZ21.4712.6512.38-
YUV94.39128.91186.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=54.46%
G=16%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177529600.710.460.31338.8854.5944.9
HexB134600472E1F153372d
Octal26164140010756375236755
Binary1011000111010011000000100011110111011111101010011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13460; }

 p { color: rgb(177,52,96); }

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

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

 a { background-color: rgb(177,52,96); }

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

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

 span { border-color: rgb(177,52,96); }

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