#B42D66

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

Shades of Rouge #B42D66

Tints of Rouge #B42D66

Color information

#B42D66 (or 0xB42D66) is unknown color: approx Rouge. HEX triplet: B4, 2D and 66. RGB value is (180,45,102). Sum of RGB (Red+Green+Blue) = 180+45+102=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D66 is #4BD299. Grayscale: #5B5B5B. Windows color (decimal): -4969114 or 6696372. OLE color: 6696372.

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

Color convert

RGB18045102-
CMYK00.750.430.29
HSL334.67º60%44.12%-
HSV(B)334.67º75%70.59%-
XYZ22.1612.5413.82-
YUV91.86133.73190.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=55.05%
G=13.76%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804510200.750.430.29334.676044.12
HexB42D6604B2B1D14f3c2c
Octal26455146011353355177454
Binary1011010010110111001100100101110101111101101001111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D66; }

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

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

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

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

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

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

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

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