#B5366D

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

Shades of Rouge #B5366D

Tints of Rouge #B5366D

Color information

#B5366D (or 0xB5366D) is unknown color: approx Rouge. HEX triplet: B5, 36 and 6D. RGB value is (181,54,109). Sum of RGB (Red+Green+Blue) = 181+54+109=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5366D is #4AC992. Grayscale: #626262. Windows color (decimal): -4901267 or 7157429. OLE color: 7157429.

HSL color Cylindrical-coordinate representation of color #B5366D: hue angle of 334.02º degrees, saturation: 0.54, 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 #B5366D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18154109-
CMYK00.700.400.29
HSL334.02º54.04%46.08%-
HSV(B)334.02º70.17%70.98%-
XYZ23.1413.5715.87-
YUV98.24134.08187.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 54 (21.48% from 255) = 15.70%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=52.62%
G=15.70%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815410900.700.400.29334.0254.0446.08
HexB5366D046281D14e362e
Octal26566155010650355166656
Binary1011010111011011011010100011010100011101101001110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5366D; }

 p { color: rgb(181,54,109); }

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

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

 a { background-color: rgb(181,54,109); }

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

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

 span { border-color: rgb(181,54,109); }

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