#B24367

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

Shades of Rouge #B24367

Tints of Rouge #B24367

Color information

#B24367 (or 0xB24367) is unknown color: approx Rouge. HEX triplet: B2, 43 and 67. RGB value is (178,67,103). Sum of RGB (Red+Green+Blue) = 178+67+103=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B24367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24367 is #4DBC98. Grayscale: #686868. Windows color (decimal): -5094553 or 6767538. OLE color: 6767538.

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

Color convert

RGB17867103-
CMYK00.620.420.30
HSL340.54º45.31%48.04%-
HSV(B)340.54º62.36%69.8%-
XYZ22.8214.4614.42-
YUV104.29127.27180.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=51.15%
G=19.25%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786710300.620.420.30340.5445.3148.04
HexB2436703E2A1E1552d30
Octal26210314707652365255560
Binary1011001010000111100111011111010101011110101010101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24367; }

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

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

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

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

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

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

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

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