#B12C60

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

Shades of Rouge #B12C60

Tints of Rouge #B12C60

Color information

#B12C60 (or 0xB12C60) is unknown color: approx Rouge. HEX triplet: B1, 2C and 60. RGB value is (177,44,96). Sum of RGB (Red+Green+Blue) = 177+44+96=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12C60 is #4ED39F. Grayscale: #595959. Windows color (decimal): -5165984 or 6302897. OLE color: 6302897.

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

Color convert

RGB1774496-
CMYK00.750.460.31
HSL336.54º60.18%43.33%-
HSV(B)336.54º75.14%69.41%-
XYZ21.1411.9912.27-
YUV89.7131.56190.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=55.84%
G=13.88%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177449600.750.460.31336.5460.1843.33
HexB12C6004B2E1F1513c2b
Octal26154140011356375217453
Binary1011000110110011000000100101110111011111101010001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12C60; }

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

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

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

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

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

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

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

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