#B43C61

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

Shades of Rouge #B43C61

Tints of Rouge #B43C61

Color information

#B43C61 (or 0xB43C61) is unknown color: approx Rouge. HEX triplet: B4, 3C and 61. RGB value is (180,60,97). Sum of RGB (Red+Green+Blue) = 180+60+97=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43C61 is #4BC39E. Grayscale: #646464. Windows color (decimal): -4965279 or 6372532. OLE color: 6372532.

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

Color convert

RGB1806097-
CMYK00.670.460.29
HSL341.5º50%47.06%-
HSV(B)341.5º66.67%70.59%-
XYZ22.613.812.78-
YUV100.1126.26184.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=53.41%
G=17.80%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180609700.670.460.29341.55047.06
HexB43C610432E1D156322f
Octal26474141010356355266257
Binary1011010011110011000010100001110111011101101010110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C61; }

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

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

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

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

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

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

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

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