#B23362

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

Shades of Rouge #B23362

Tints of Rouge #B23362

Color information

#B23362 (or 0xB23362) is unknown color: approx Rouge. HEX triplet: B2, 33 and 62. RGB value is (178,51,98). Sum of RGB (Red+Green+Blue) = 178+51+98=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B23362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23362 is #4DCC9D. Grayscale: #5E5E5E. Windows color (decimal): -5098654 or 6435762. OLE color: 6435762.

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

Color convert

RGB1785198-
CMYK00.710.450.30
HSL337.8º55.46%44.9%-
HSV(B)337.8º71.35%69.8%-
XYZ21.7512.7112.86-
YUV94.33130.08187.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=54.43%
G=15.60%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178519800.710.450.30337.855.4644.9
HexB233620472D1E152372d
Octal26263142010755365226755
Binary1011001011001111000100100011110110111110101010010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23362; }

 p { color: rgb(178,51,98); }

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

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

 a { background-color: rgb(178,51,98); }

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

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

 span { border-color: rgb(178,51,98); }

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