#b42962

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

Shades of Rouge #B42962

Tints of Rouge #B42962

Color information

#B42962 (or 0xB42962) is unknown color: approx Rouge. HEX triplet: B4, 29 and 62. RGB value is (180,41,98). Sum of RGB (Red+Green+Blue) = 180+41+98=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42962 is #4BD69D. Grayscale: #585858. Windows color (decimal): -4970142 or 6433204. OLE color: 6433204.

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

Color convert

RGB1804198-
CMYK00.770.460.29
HSL335.4º62.9%43.33%-
HSV(B)335.4º77.22%70.59%-
XYZ21.8212.1712.75-
YUV89.06133.05192.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=56.43%
G=12.85%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180419800.770.460.29335.462.943.33
HexB4296204D2E1D14f3f2b
Octal26451142011556355177753
Binary1011010010100111000100100110110111011101101001111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42962; }

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

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

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

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

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

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

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

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