#B6315C

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

Shades of Rouge #B6315C

Tints of Rouge #B6315C

Color information

#B6315C (or 0xB6315C) is unknown color: approx Rouge. HEX triplet: B6, 31 and 5C. RGB value is (182,49,92). Sum of RGB (Red+Green+Blue) = 182+49+92=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B6315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6315C is #49CEA3. Grayscale: #5D5D5D. Windows color (decimal): -4837028 or 6042038. OLE color: 6042038.

HSL color Cylindrical-coordinate representation of color #B6315C: hue angle of 340.6º degrees, saturation: 0.58, 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 #B6315C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1824992-
CMYK00.730.490.29
HSL340.6º57.58%45.29%-
HSV(B)340.6º73.08%71.37%-
XYZ22.3212.9111.44-
YUV93.67127.06191-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=56.35%
G=15.17%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182499200.730.490.29340.657.5845.29
HexB6315C049311D1553a2d
Octal26661134011161355257255
Binary1011011011000110111000100100111000111101101010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6315C; }

 p { color: rgb(182,49,92); }

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

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

 a { background-color: rgb(182,49,92); }

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

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

 span { border-color: rgb(182,49,92); }

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