#B24563

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

Shades of Rouge #B24563

Tints of Rouge #B24563

Color information

#B24563 (or 0xB24563) is unknown color: approx Rouge. HEX triplet: B2, 45 and 63. RGB value is (178,69,99). Sum of RGB (Red+Green+Blue) = 178+69+99=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B24563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24563 is #4DBA9C. Grayscale: #696969. Windows color (decimal): -5094045 or 6505906. OLE color: 6505906.

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

Color convert

RGB1786999-
CMYK00.610.440.30
HSL343.49º44.13%48.43%-
HSV(B)343.49º61.24%69.8%-
XYZ22.7414.6213.43-
YUV105.01124.61180.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=51.45%
G=19.94%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178699900.610.440.30343.4944.1348.43
HexB2456303D2C1E1572c30
Octal26210514307554365275460
Binary1011001010001011100011011110110110011110101010111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24563; }

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

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

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

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

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

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

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

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