#B42A61

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

Shades of Rouge #B42A61

Tints of Rouge #B42A61

Color information

#B42A61 (or 0xB42A61) is unknown color: approx Rouge. HEX triplet: B4, 2A and 61. RGB value is (180,42,97). Sum of RGB (Red+Green+Blue) = 180+42+97=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A61 is #4BD59E. Grayscale: #595959. Windows color (decimal): -4969887 or 6367924. OLE color: 6367924.

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

Color convert

RGB1804297-
CMYK00.770.460.29
HSL336.09º62.16%43.53%-
HSV(B)336.09º76.67%70.59%-
XYZ21.8112.2212.52-
YUV89.53132.22192.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 42 (16.80% from 255) = 13.17%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=56.43%
G=13.17%
B=30.41%

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
Decimal180429700.770.460.29336.0962.1643.53
HexB42A6104D2E1D1503e2c
Octal26452141011556355207654
Binary1011010010101011000010100110110111011101101010000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A61; }

 p { color: rgb(180,42,97); }

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

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

 a { background-color: rgb(180,42,97); }

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

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

 span { border-color: rgb(180,42,97); }

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