#B42C6B

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

Shades of Rouge #B42C6B

Tints of Rouge #B42C6B

Color information

#B42C6B (or 0xB42C6B) is unknown color: approx Rouge. HEX triplet: B4, 2C and 6B. RGB value is (180,44,107). Sum of RGB (Red+Green+Blue) = 180+44+107=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C6B is #4BD394. Grayscale: #5B5B5B. Windows color (decimal): -4969365 or 7023796. OLE color: 7023796.

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

Color convert

RGB18044107-
CMYK00.760.410.29
HSL332.21º60.71%43.92%-
HSV(B)332.21º75.56%70.59%-
XYZ22.3812.5715.16-
YUV91.85136.56190.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 44 (17.58% from 255) = 13.29%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=54.38%
G=13.29%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804410700.760.410.29332.2160.7143.92
HexB42C6B04C291D14c3d2c
Octal26454153011451355147554
Binary1011010010110011010110100110010100111101101001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42C6B; }

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

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

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

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

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

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

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

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