#B3315B

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

Shades of Rouge #B3315B

Tints of Rouge #B3315B

Color information

#B3315B (or 0xB3315B) is unknown color: approx Rouge. HEX triplet: B3, 31 and 5B. RGB value is (179,49,91). Sum of RGB (Red+Green+Blue) = 179+49+91=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3315B is #4CCEA4. Grayscale: #5C5C5C. Windows color (decimal): -5033637 or 5976499. OLE color: 5976499.

HSL color Cylindrical-coordinate representation of color #B3315B: hue angle of 340.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3315B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1794991-
CMYK00.730.490.30
HSL340.62º57.02%44.71%-
HSV(B)340.62º72.63%70.2%-
XYZ21.5812.5411.18-
YUV92.66127.07189.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.11%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=56.11%
G=15.36%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179499100.730.490.30340.6257.0244.71
HexB3315B049311E155392d
Octal26361133011161365257155
Binary1011001111000110110110100100111000111110101010101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3315B; }

 p { color: rgb(179,49,91); }

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

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

 a { background-color: rgb(179,49,91); }

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

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

 span { border-color: rgb(179,49,91); }

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