#B24261

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

Shades of Rouge #B24261

Tints of Rouge #B24261

Color information

#B24261 (or 0xB24261) is unknown color: approx Rouge. HEX triplet: B2, 42 and 61. RGB value is (178,66,97). Sum of RGB (Red+Green+Blue) = 178+66+97=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B24261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24261 is #4DBD9E. Grayscale: #676767. Windows color (decimal): -5094815 or 6374066. OLE color: 6374066.

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

Color convert

RGB1786697-
CMYK00.630.460.30
HSL343.39º45.9%47.84%-
HSV(B)343.39º62.92%69.8%-
XYZ22.4714.2212.87-
YUV103.02124.61181.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=52.20%
G=19.35%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178669700.630.460.30343.3945.947.84
HexB2426103F2E1E1572e30
Octal26210214107756365275660
Binary1011001010000101100001011111110111011110101010111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24261; }

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

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

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

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

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

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

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

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