#B22564

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

Shades of Rouge #B22564

Tints of Rouge #B22564

Color information

#B22564 (or 0xB22564) is unknown color: approx Rouge. HEX triplet: B2, 25 and 64. RGB value is (178,37,100). Sum of RGB (Red+Green+Blue) = 178+37+100=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B22564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22564 is #4DDA9B. Grayscale: #565656. Windows color (decimal): -5102236 or 6563250. OLE color: 6563250.

HSL color Cylindrical-coordinate representation of color #B22564: hue angle of 333.19º degrees, saturation: 0.66, 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 #B22564 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17837100-
CMYK00.790.440.30
HSL333.19º65.58%42.16%-
HSV(B)333.19º79.21%69.8%-
XYZ21.3211.7113.19-
YUV86.34135.71193.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=56.51%
G=11.75%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783710000.790.440.30333.1965.5842.16
HexB2256404F2C1E14d422a
Octal262451440117543651510252
Binary10110010100101110010001001111101100111101010011011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22564; }

 p { color: rgb(178,37,100); }

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

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

 a { background-color: rgb(178,37,100); }

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

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

 span { border-color: rgb(178,37,100); }

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