#B5305D

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

Shades of Rouge #B5305D

Tints of Rouge #B5305D

Color information

#B5305D (or 0xB5305D) is unknown color: approx Rouge. HEX triplet: B5, 30 and 5D. RGB value is (181,48,93). Sum of RGB (Red+Green+Blue) = 181+48+93=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5305D is #4ACFA2. Grayscale: #5C5C5C. Windows color (decimal): -4902819 or 6107317. OLE color: 6107317.

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

Color convert

RGB1814893-
CMYK00.730.490.29
HSL339.7º58.08%44.9%-
HSV(B)339.7º73.48%70.98%-
XYZ22.0912.7311.65-
YUV92.9128.06190.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=56.21%
G=14.91%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181489300.730.490.29339.758.0844.9
HexB5305D049311D1543a2d
Octal26560135011161355247255
Binary1011010111000010111010100100111000111101101010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5305D; }

 p { color: rgb(181,48,93); }

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

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

 a { background-color: rgb(181,48,93); }

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

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

 span { border-color: rgb(181,48,93); }

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