#B42D6A

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

Shades of Rouge #B42D6A

Tints of Rouge #B42D6A

Color information

#B42D6A (or 0xB42D6A) is unknown color: approx Rouge. HEX triplet: B4, 2D and 6A. RGB value is (180,45,106). Sum of RGB (Red+Green+Blue) = 180+45+106=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D6A is #4BD295. Grayscale: #5C5C5C. Windows color (decimal): -4969110 or 6958516. OLE color: 6958516.

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

Color convert

RGB18045106-
CMYK00.750.410.29
HSL332.89º60%44.12%-
HSV(B)332.89º75%70.59%-
XYZ22.3612.6214.89-
YUV92.32135.73190.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 45 (17.97% from 255) = 13.60%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=54.38%
G=13.60%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804510600.750.410.29332.896044.12
HexB42D6A04B291D14d3c2c
Octal26455152011351355157454
Binary1011010010110111010100100101110100111101101001101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D6A; }

 p { color: rgb(180,45,106); }

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

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

 a { background-color: rgb(180,45,106); }

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

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

 span { border-color: rgb(180,45,106); }

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