#B22666

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

Shades of Rouge #B22666

Tints of Rouge #B22666

Color information

#B22666 (or 0xB22666) is unknown color: approx Rouge. HEX triplet: B2, 26 and 66. RGB value is (178,38,102). Sum of RGB (Red+Green+Blue) = 178+38+102=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B22666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22666 is #4DD999. Grayscale: #575757. Windows color (decimal): -5101978 or 6694578. OLE color: 6694578.

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

Color convert

RGB17838102-
CMYK00.790.430.30
HSL332.57º64.81%42.35%-
HSV(B)332.57º78.65%69.8%-
XYZ21.4511.8113.72-
YUV87.16136.38192.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=55.97%
G=11.95%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783810200.790.430.30332.5764.8142.35
HexB2266604F2B1E14d412a
Octal262461460117533651510152
Binary10110010100110110011001001111101011111101010011011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22666; }

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

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

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

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

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

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

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

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