#B43562

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

Shades of Rouge #B43562

Tints of Rouge #B43562

Color information

#B43562 (or 0xB43562) is unknown color: approx Rouge. HEX triplet: B4, 35 and 62. RGB value is (180,53,98). Sum of RGB (Red+Green+Blue) = 180+53+98=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B43562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43562 is #4BCA9D. Grayscale: #606060. Windows color (decimal): -4967070 or 6436276. OLE color: 6436276.

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

Color convert

RGB1805398-
CMYK00.710.460.29
HSL338.74º54.51%45.69%-
HSV(B)338.74º70.56%70.59%-
XYZ22.313.1312.91-
YUV96.1129.08187.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=54.38%
G=16.01%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180539800.710.460.29338.7454.5145.69
HexB435620472E1D153372e
Octal26465142010756355236756
Binary1011010011010111000100100011110111011101101010011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43562; }

 p { color: rgb(180,53,98); }

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

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

 a { background-color: rgb(180,53,98); }

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

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

 span { border-color: rgb(180,53,98); }

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