#B42B6D

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

Shades of Rouge #B42B6D

Tints of Rouge #B42B6D

Color information

#B42B6D (or 0xB42B6D) is unknown color: approx Rouge. HEX triplet: B4, 2B and 6D. RGB value is (180,43,109). Sum of RGB (Red+Green+Blue) = 180+43+109=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B6D is #4BD492. Grayscale: #5B5B5B. Windows color (decimal): -4969619 or 7154612. OLE color: 7154612.

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

Color convert

RGB18043109-
CMYK00.760.390.29
HSL331.09º61.43%43.73%-
HSV(B)331.09º76.11%70.59%-
XYZ22.4512.5415.7-
YUV91.49137.89191.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=54.22%
G=12.95%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804310900.760.390.29331.0961.4343.73
HexB42B6D04C271D14b3d2c
Octal26453155011447355137554
Binary1011010010101111011010100110010011111101101001011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B6D; }

 p { color: rgb(180,43,109); }

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

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

 a { background-color: rgb(180,43,109); }

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

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

 span { border-color: rgb(180,43,109); }

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