#b24462

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

Shades of Rouge #B24462

Tints of Rouge #B24462

Color information

#B24462 (or 0xB24462) is unknown color: approx Rouge. HEX triplet: B2, 44 and 62. RGB value is (178,68,98). Sum of RGB (Red+Green+Blue) = 178+68+98=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B24462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24462 is #4DBB9D. Grayscale: #686868. Windows color (decimal): -5094302 or 6440114. OLE color: 6440114.

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

Color convert

RGB1786898-
CMYK00.620.450.30
HSL343.64º44.72%48.24%-
HSV(B)343.64º61.8%69.8%-
XYZ22.6314.4813.16-
YUV104.31124.44180.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 98 (38.67% from 255) = 28.49%
R=51.74%
G=19.77%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178689800.620.450.30343.6444.7248.24
HexB2446203E2D1E1582d30
Octal26210414207655365305560
Binary1011001010001001100010011111010110111110101011000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24462; }

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

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

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

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

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

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

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

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