#B42964

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

Shades of Rouge #B42964

Tints of Rouge #B42964

Color information

#B42964 (or 0xB42964) is unknown color: approx Rouge. HEX triplet: B4, 29 and 64. RGB value is (180,41,100). Sum of RGB (Red+Green+Blue) = 180+41+100=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B42964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42964 is #4BD69B. Grayscale: #595959. Windows color (decimal): -4970140 or 6564276. OLE color: 6564276.

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

Color convert

RGB18041100-
CMYK00.770.440.29
HSL334.53º62.9%43.33%-
HSV(B)334.53º77.22%70.59%-
XYZ21.9212.2113.26-
YUV89.29134.05192.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.07%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=56.07%
G=12.77%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804110000.770.440.29334.5362.943.33
HexB4296404D2C1D14f3f2b
Octal26451144011554355177753
Binary1011010010100111001000100110110110011101101001111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42964; }

 p { color: rgb(180,41,100); }

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

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

 a { background-color: rgb(180,41,100); }

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

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

 span { border-color: rgb(180,41,100); }

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