#B43C63

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

Shades of Rouge #B43C63

Tints of Rouge #B43C63

Color information

#B43C63 (or 0xB43C63) is unknown color: approx Rouge. HEX triplet: B4, 3C and 63. RGB value is (180,60,99). Sum of RGB (Red+Green+Blue) = 180+60+99=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43C63 is #4BC39C. Grayscale: #646464. Windows color (decimal): -4965277 or 6503604. OLE color: 6503604.

HSL color Cylindrical-coordinate representation of color #B43C63: hue angle of 340.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 #B43C63 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB1806099-
CMYK00.670.450.29
HSL340.5º50%47.06%-
HSV(B)340.5º66.67%70.59%-
XYZ22.6913.8413.28-
YUV100.33127.26184.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=53.10%
G=17.70%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180609900.670.450.29340.55047.06
HexB43C630432D1D154322f
Octal26474143010355355246257
Binary1011010011110011000110100001110110111101101010100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C63; }

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

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

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

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

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

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

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

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