#B5375B

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

Shades of Rouge #B5375B

Tints of Rouge #B5375B

Color information

#B5375B (or 0xB5375B) is unknown color: approx Rouge. HEX triplet: B5, 37 and 5B. RGB value is (181,55,91). Sum of RGB (Red+Green+Blue) = 181+55+91=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5375B is #4AC8A4. Grayscale: #606060. Windows color (decimal): -4901029 or 5978037. OLE color: 5978037.

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

Color convert

RGB1815591-
CMYK00.700.500.29
HSL342.86º53.39%46.27%-
HSV(B)342.86º69.61%70.98%-
XYZ22.3113.3111.29-
YUV96.78124.74188.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=55.35%
G=16.82%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181559100.700.500.29342.8653.3946.27
HexB5375B046321D157352e
Octal26567133010662355276556
Binary1011010111011110110110100011011001011101101010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5375B; }

 p { color: rgb(181,55,91); }

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

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

 a { background-color: rgb(181,55,91); }

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

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

 span { border-color: rgb(181,55,91); }

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