#B43A62

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

Shades of Rouge #B43A62

Tints of Rouge #B43A62

Color information

#B43A62 (or 0xB43A62) is unknown color: approx Rouge. HEX triplet: B4, 3A and 62. RGB value is (180,58,98). Sum of RGB (Red+Green+Blue) = 180+58+98=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A62 is #4BC59D. Grayscale: #636363. Windows color (decimal): -4965790 or 6437556. OLE color: 6437556.

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

Color convert

RGB1805898-
CMYK00.680.460.29
HSL340.33º51.26%46.67%-
HSV(B)340.33º67.78%70.59%-
XYZ22.5413.6112.99-
YUV99.04127.42185.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=53.57%
G=17.26%
B=29.17%

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
Decimal180589800.680.460.29340.3351.2646.67
HexB43A620442E1D154332f
Octal26472142010456355246357
Binary1011010011101011000100100010010111011101101010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A62; }

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

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

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

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

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

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

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

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