#B4325A

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

Shades of Rouge #B4325A

Tints of Rouge #B4325A

Color information

#B4325A (or 0xB4325A) is unknown color: approx Rouge. HEX triplet: B4, 32 and 5A. RGB value is (180,50,90). Sum of RGB (Red+Green+Blue) = 180+50+90=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4325A is #4BCDA5. Grayscale: #5D5D5D. Windows color (decimal): -4967846 or 5911220. OLE color: 5911220.

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

Color convert

RGB1805090-
CMYK00.720.500.29
HSL341.54º56.52%45.1%-
HSV(B)341.54º72.22%70.59%-
XYZ21.8112.7210.98-
YUV93.43126.07189.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=56.25%
G=15.62%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180509000.720.500.29341.5456.5245.1
HexB4325A048321D156392d
Octal26462132011062355267155
Binary1011010011001010110100100100011001011101101010110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4325A; }

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

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

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

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

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

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

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

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