#B43A5D

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

Shades of Rouge #B43A5D

Tints of Rouge #B43A5D

Color information

#B43A5D (or 0xB43A5D) is unknown color: approx Rouge. HEX triplet: B4, 3A and 5D. RGB value is (180,58,93). Sum of RGB (Red+Green+Blue) = 180+58+93=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A5D is #4BC5A2. Grayscale: #626262. Windows color (decimal): -4965795 or 6109876. OLE color: 6109876.

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

Color convert

RGB1805893-
CMYK00.680.480.29
HSL342.79º51.26%46.67%-
HSV(B)342.79º67.78%70.59%-
XYZ22.3113.5211.79-
YUV98.47124.92186.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=54.38%
G=17.52%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180589300.680.480.29342.7951.2646.67
HexB43A5D044301D157332f
Octal26472135010460355276357
Binary1011010011101010111010100010011000011101101010111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A5D; }

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

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

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

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

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

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

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

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