#B42C6C

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

Shades of Rouge #B42C6C

Tints of Rouge #B42C6C

Color information

#B42C6C (or 0xB42C6C) is unknown color: approx Rouge. HEX triplet: B4, 2C and 6C. RGB value is (180,44,108). Sum of RGB (Red+Green+Blue) = 180+44+108=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C6C is #4BD393. Grayscale: #5B5B5B. Windows color (decimal): -4969364 or 7089332. OLE color: 7089332.

HSL color Cylindrical-coordinate representation of color #B42C6C: hue angle of 331.76º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C6C is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18044108-
CMYK00.760.400.29
HSL331.76º60.71%43.92%-
HSV(B)331.76º75.56%70.59%-
XYZ22.4312.5915.43-
YUV91.96137.06190.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 44 (17.58% from 255) = 13.25%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=54.22%
G=13.25%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804410800.760.400.29331.7660.7143.92
HexB42C6C04C281D14c3d2c
Octal26454154011450355147554
Binary1011010010110011011000100110010100011101101001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42C6C; }

 p { color: rgb(180,44,108); }

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

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

 a { background-color: rgb(180,44,108); }

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

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

 span { border-color: rgb(180,44,108); }

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