#B24361

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

Shades of Rouge #B24361

Tints of Rouge #B24361

Color information

#B24361 (or 0xB24361) is unknown color: approx Rouge. HEX triplet: B2, 43 and 61. RGB value is (178,67,97). Sum of RGB (Red+Green+Blue) = 178+67+97=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B24361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24361 is #4DBC9E. Grayscale: #676767. Windows color (decimal): -5094559 or 6374322. OLE color: 6374322.

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

Color convert

RGB1786797-
CMYK00.620.460.30
HSL343.78º45.31%48.04%-
HSV(B)343.78º62.36%69.8%-
XYZ22.5214.3412.89-
YUV103.61124.27181.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=52.05%
G=19.59%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178679700.620.460.30343.7845.3148.04
HexB2436103E2E1E1582d30
Octal26210314107656365305560
Binary1011001010000111100001011111010111011110101011000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24361; }

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

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

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

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

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

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

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

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