#B23359

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

Shades of Rouge #B23359

Tints of Rouge #B23359

Color information

#B23359 (or 0xB23359) is unknown color: approx Rouge. HEX triplet: B2, 33 and 59. RGB value is (178,51,89). Sum of RGB (Red+Green+Blue) = 178+51+89=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B23359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23359 is #4DCCA6. Grayscale: #5D5D5D. Windows color (decimal): -5098663 or 5845938. OLE color: 5845938.

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

Color convert

RGB1785189-
CMYK00.710.50.30
HSL342.05º55.46%44.9%-
HSV(B)342.05º71.35%69.8%-
XYZ21.3512.5510.75-
YUV93.3125.58188.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=55.97%
G=16.04%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178518900.710.50.30342.0555.4644.9
HexB23359047321E156372d
Octal26263131010762365266755
Binary1011001011001110110010100011111001011110101010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23359; }

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

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

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

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

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

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

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

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