#B23370

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

Shades of Rouge #B23370

Tints of Rouge #B23370

Color information

#B23370 (or 0xB23370) is unknown color: approx Rouge. HEX triplet: B2, 33 and 70. RGB value is (178,51,112). Sum of RGB (Red+Green+Blue) = 178+51+112=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B23370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23370 is #4DCC8F. Grayscale: #5F5F5F. Windows color (decimal): -5098640 or 7353266. OLE color: 7353266.

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

Color convert

RGB17851112-
CMYK00.710.370.30
HSL331.18º55.46%44.9%-
HSV(B)331.18º71.35%69.8%-
XYZ22.471316.65-
YUV95.93137.08186.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=52.20%
G=14.96%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785111200.710.370.30331.1855.4644.9
HexB23370047251E14b372d
Octal26263160010745365136755
Binary1011001011001111100000100011110010111110101001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23370; }

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

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

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

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

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

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

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

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