#B24465

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

Shades of Rouge #B24465

Tints of Rouge #B24465

Color information

#B24465 (or 0xB24465) is unknown color: approx Rouge. HEX triplet: B2, 44 and 65. RGB value is (178,68,101). Sum of RGB (Red+Green+Blue) = 178+68+101=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B24465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24465 is #4DBB9A. Grayscale: #686868. Windows color (decimal): -5094299 or 6636722. OLE color: 6636722.

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

Color convert

RGB17868101-
CMYK00.620.430.30
HSL342º44.72%48.24%-
HSV(B)342º61.8%69.8%-
XYZ22.7814.5413.92-
YUV104.65125.94180.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=51.30%
G=19.60%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786810100.620.430.3034244.7248.24
HexB2446503E2B1E1562d30
Octal26210414507653365265560
Binary1011001010001001100101011111010101111110101010110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24465; }

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

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

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

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

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

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

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

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