#B24565

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

Shades of Rouge #B24565

Tints of Rouge #B24565

Color information

#B24565 (or 0xB24565) is unknown color: approx Rouge. HEX triplet: B2, 45 and 65. RGB value is (178,69,101). Sum of RGB (Red+Green+Blue) = 178+69+101=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B24565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24565 is #4DBA9A. Grayscale: #696969. Windows color (decimal): -5094043 or 6636978. OLE color: 6636978.

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

Color convert

RGB17869101-
CMYK00.610.430.30
HSL342.39º44.13%48.43%-
HSV(B)342.39º61.24%69.8%-
XYZ22.8414.6613.94-
YUV105.24125.61179.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 69 (27.34% from 255) = 19.83%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=51.15%
G=19.83%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786910100.610.430.30342.3944.1348.43
HexB2456503D2B1E1562c30
Octal26210514507553365265460
Binary1011001010001011100101011110110101111110101010110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24565; }

 p { color: rgb(178,69,101); }

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

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

 a { background-color: rgb(178,69,101); }

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

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

 span { border-color: rgb(178,69,101); }

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