#B22D6A

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

Shades of Rouge #B22D6A

Tints of Rouge #B22D6A

Color information

#B22D6A (or 0xB22D6A) is unknown color: approx Rouge. HEX triplet: B2, 2D and 6A. RGB value is (178,45,106). Sum of RGB (Red+Green+Blue) = 178+45+106=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D6A is #4DD295. Grayscale: #5B5B5B. Windows color (decimal): -5100182 or 6958514. OLE color: 6958514.

HSL color Cylindrical-coordinate representation of color #B22D6A: hue angle of 332.48º 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 #B22D6A is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17845106-
CMYK00.750.400.30
HSL332.48º59.64%43.73%-
HSV(B)332.48º74.72%69.8%-
XYZ21.912.3814.87-
YUV91.72136.06189.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=54.10%
G=13.68%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784510600.750.400.30332.4859.6443.73
HexB22D6A04B281E14c3c2c
Octal26255152011350365147454
Binary1011001010110111010100100101110100011110101001100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D6A; }

 p { color: rgb(178,45,106); }

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

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

 a { background-color: rgb(178,45,106); }

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

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

 span { border-color: rgb(178,45,106); }

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