#B42E6C

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

Shades of Rouge #B42E6C

Tints of Rouge #B42E6C

Color information

#B42E6C (or 0xB42E6C) is unknown color: approx Rouge. HEX triplet: B4, 2E and 6C. RGB value is (180,46,108). Sum of RGB (Red+Green+Blue) = 180+46+108=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E6C is #4BD193. Grayscale: #5D5D5D. Windows color (decimal): -4968852 or 7089844. OLE color: 7089844.

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

Color convert

RGB18046108-
CMYK00.740.400.29
HSL332.24º59.29%44.31%-
HSV(B)332.24º74.44%70.59%-
XYZ22.5112.7415.46-
YUV93.13136.39189.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 46 (18.36% from 255) = 13.77%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=53.89%
G=13.77%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804610800.740.400.29332.2459.2944.31
HexB42E6C04A281D14c3b2c
Octal26456154011250355147354
Binary1011010010111011011000100101010100011101101001100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42E6C; }

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

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

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

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

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

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

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

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