#B93A5C

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

Shades of Rouge #B93A5C

Tints of Rouge #B93A5C

Color information

#B93A5C (or 0xB93A5C) is unknown color: approx Rouge. HEX triplet: B9, 3A and 5C. RGB value is (185,58,92). Sum of RGB (Red+Green+Blue) = 185+58+92=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A5C is #46C5A3. Grayscale: #636363. Windows color (decimal): -4638116 or 6044345. OLE color: 6044345.

HSL color Cylindrical-coordinate representation of color #B93A5C: hue angle of 343.94º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93A5C is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1855892-
CMYK00.690.500.27
HSL343.94º52.26%47.65%-
HSV(B)343.94º68.65%72.55%-
XYZ23.4514.1111.61-
YUV99.85123.58188.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=55.22%
G=17.31%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185589200.690.500.27343.9452.2647.65
HexB93A5C045321B1583430
Octal27172134010562335306460
Binary1011100111101010111000100010111001011011101011000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A5C; }

 p { color: rgb(185,58,92); }

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

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

 a { background-color: rgb(185,58,92); }

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

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

 span { border-color: rgb(185,58,92); }

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