#B22C60

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

Shades of Rouge #B22C60

Tints of Rouge #B22C60

Color information

#B22C60 (or 0xB22C60) is unknown color: approx Rouge. HEX triplet: B2, 2C and 60. RGB value is (178,44,96). Sum of RGB (Red+Green+Blue) = 178+44+96=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C60 is #4DD39F. Grayscale: #595959. Windows color (decimal): -5100448 or 6302898. OLE color: 6302898.

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

Color convert

RGB1784496-
CMYK00.750.460.30
HSL336.72º60.36%43.53%-
HSV(B)336.72º75.28%69.8%-
XYZ21.3712.1112.28-
YUV89.99131.39190.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=55.97%
G=13.84%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178449600.750.460.30336.7260.3643.53
HexB22C6004B2E1E1513c2c
Octal26254140011356365217454
Binary1011001010110011000000100101110111011110101010001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22C60; }

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

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

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

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

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

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

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

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