#B42D63

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

Shades of Rouge #B42D63

Tints of Rouge #B42D63

Color information

#B42D63 (or 0xB42D63) is unknown color: approx Rouge. HEX triplet: B4, 2D and 63. RGB value is (180,45,99). Sum of RGB (Red+Green+Blue) = 180+45+99=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D63 is #4BD29C. Grayscale: #5B5B5B. Windows color (decimal): -4969117 or 6499764. OLE color: 6499764.

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

Color convert

RGB1804599-
CMYK00.750.450.29
HSL336º60%44.12%-
HSV(B)336º75%70.59%-
XYZ22.0112.4813.05-
YUV91.52132.23191.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 45 (17.97% from 255) = 13.89%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=55.56%
G=13.89%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180459900.750.450.293366044.12
HexB42D6304B2D1D1503c2c
Octal26455143011355355207454
Binary1011010010110111000110100101110110111101101010000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D63; }

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

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

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

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

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

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

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

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