#B24364

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

Shades of Rouge #B24364

Tints of Rouge #B24364

Color information

#B24364 (or 0xB24364) is unknown color: approx Rouge. HEX triplet: B2, 43 and 64. RGB value is (178,67,100). Sum of RGB (Red+Green+Blue) = 178+67+100=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B24364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24364 is #4DBC9B. Grayscale: #676767. Windows color (decimal): -5094556 or 6570930. OLE color: 6570930.

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

Color convert

RGB17867100-
CMYK00.620.440.30
HSL342.16º45.31%48.04%-
HSV(B)342.16º62.36%69.8%-
XYZ22.6714.413.64-
YUV103.95125.77180.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=51.59%
G=19.42%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786710000.620.440.30342.1645.3148.04
HexB2436403E2C1E1562d30
Octal26210314407654365265560
Binary1011001010000111100100011111010110011110101010110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24364; }

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

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

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

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

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

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

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

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