#B4375F

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

Shades of Rouge #B4375F

Tints of Rouge #B4375F

Color information

#B4375F (or 0xB4375F) is unknown color: approx Rouge. HEX triplet: B4, 37 and 5F. RGB value is (180,55,95). Sum of RGB (Red+Green+Blue) = 180+55+95=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B4375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4375F is #4BC8A0. Grayscale: #606060. Windows color (decimal): -4966561 or 6240180. OLE color: 6240180.

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

Color convert

RGB1805595-
CMYK00.690.470.29
HSL340.8º53.19%46.08%-
HSV(B)340.8º69.44%70.59%-
XYZ22.2513.2612.21-
YUV96.93126.91187.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=54.55%
G=16.67%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180559500.690.470.29340.853.1946.08
HexB4375F0452F1D155352e
Octal26467137010557355256556
Binary1011010011011110111110100010110111111101101010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4375F; }

 p { color: rgb(180,55,95); }

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

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

 a { background-color: rgb(180,55,95); }

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

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

 span { border-color: rgb(180,55,95); }

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