#b42b6c

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

Shades of Rouge #B42B6C

Tints of Rouge #B42B6C

Color information

#B42B6C (or 0xB42B6C) is unknown color: approx Rouge. HEX triplet: B4, 2B and 6C. RGB value is (180,43,108). Sum of RGB (Red+Green+Blue) = 180+43+108=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B6C is #4BD493. Grayscale: #5B5B5B. Windows color (decimal): -4969620 or 7089076. OLE color: 7089076.

HSL color Cylindrical-coordinate representation of color #B42B6C: hue angle of 331.53º 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 #B42B6C is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18043108-
CMYK00.760.400.29
HSL331.53º61.43%43.73%-
HSV(B)331.53º76.11%70.59%-
XYZ22.3912.5115.42-
YUV91.37137.39191.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 43 (17.19% from 255) = 12.99%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=54.38%
G=12.99%
B=32.63%

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
Decimal1804310800.760.400.29331.5361.4343.73
HexB42B6C04C281D14c3d2c
Octal26453154011450355147554
Binary1011010010101111011000100110010100011101101001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42b6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42b6c; }

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

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

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

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

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

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

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

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