#b22b66

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

Shades of Rouge #B22B66

Tints of Rouge #B22B66

Color information

#B22B66 (or 0xB22B66) is unknown color: approx Rouge. HEX triplet: B2, 2B and 66. RGB value is (178,43,102). Sum of RGB (Red+Green+Blue) = 178+43+102=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B66 is #4DD499. Grayscale: #595959. Windows color (decimal): -5100698 or 6695858. OLE color: 6695858.

HSL color Cylindrical-coordinate representation of color #B22B66: hue angle of 333.78º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22B66 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB17843102-
CMYK00.760.430.30
HSL333.78º61.09%43.33%-
HSV(B)333.78º75.84%69.8%-
XYZ21.6212.1513.78-
YUV90.09134.73190.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 43 (17.19% from 255) = 13.31%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=55.11%
G=13.31%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784310200.760.430.30333.7861.0943.33
HexB22B6604C2B1E14e3d2b
Octal26253146011453365167553
Binary1011001010101111001100100110010101111110101001110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b22b66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b22b66; }

 p { color: rgb(178,43,102); }

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

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

 a { background-color: rgb(178,43,102); }

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

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

 span { border-color: rgb(178,43,102); }

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