#B43262

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

Shades of Rouge #B43262

Tints of Rouge #B43262

Color information

#B43262 (or 0xB43262) is unknown color: approx Rouge. HEX triplet: B4, 32 and 62. RGB value is (180,50,98). Sum of RGB (Red+Green+Blue) = 180+50+98=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B43262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43262 is #4BCD9D. Grayscale: #5E5E5E. Windows color (decimal): -4967838 or 6435508. OLE color: 6435508.

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

Color convert

RGB1805098-
CMYK00.720.460.29
HSL337.85º56.52%45.1%-
HSV(B)337.85º72.22%70.59%-
XYZ22.1712.8712.87-
YUV94.34130.07189.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.88%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=54.88%
G=15.24%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180509800.720.460.29337.8556.5245.1
HexB432620482E1D152392d
Octal26462142011056355227155
Binary1011010011001011000100100100010111011101101010010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43262; }

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

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

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

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

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

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

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

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