#B62C60

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

Shades of Rouge #B62C60

Tints of Rouge #B62C60

Color information

#B62C60 (or 0xB62C60) is unknown color: approx Rouge. HEX triplet: B6, 2C and 60. RGB value is (182,44,96). Sum of RGB (Red+Green+Blue) = 182+44+96=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62C60 is #49D39F. Grayscale: #5B5B5B. Windows color (decimal): -4838304 or 6302902. OLE color: 6302902.

HSL color Cylindrical-coordinate representation of color #B62C60: hue angle of 337.39º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62C60 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1824496-
CMYK00.760.470.29
HSL337.39º61.06%44.31%-
HSV(B)337.39º75.82%71.37%-
XYZ22.312.5912.32-
YUV91.19130.72192.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.52%
GREEN value IS 44 (17.58% from 255) = 13.66%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=56.52%
G=13.66%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182449600.760.470.29337.3961.0644.31
HexB62C6004C2F1D1513d2c
Octal26654140011457355217554
Binary1011011010110011000000100110010111111101101010001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62C60; }

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

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

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

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

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

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

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

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