#B43A61

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

Shades of Rouge #B43A61

Tints of Rouge #B43A61

Color information

#B43A61 (or 0xB43A61) is unknown color: approx Rouge. HEX triplet: B4, 3A and 61. RGB value is (180,58,97). Sum of RGB (Red+Green+Blue) = 180+58+97=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A61 is #4BC59E. Grayscale: #626262. Windows color (decimal): -4965791 or 6372020. OLE color: 6372020.

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

Color convert

RGB1805897-
CMYK00.680.460.29
HSL340.82º51.26%46.67%-
HSV(B)340.82º67.78%70.59%-
XYZ22.4913.5912.75-
YUV98.92126.92185.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.73%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=53.73%
G=17.31%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180589700.680.460.29340.8251.2646.67
HexB43A610442E1D155332f
Octal26472141010456355256357
Binary1011010011101011000010100010010111011101101010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A61; }

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

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

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

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

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

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

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

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