#B03C5B

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

Shades of Rouge #B03C5B

Tints of Rouge #B03C5B

Color information

#B03C5B (or 0xB03C5B) is unknown color: approx Rouge. HEX triplet: B0, 3C and 5B. RGB value is (176,60,91). Sum of RGB (Red+Green+Blue) = 176+60+91=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C5B is #4FC3A4. Grayscale: #626262. Windows color (decimal): -5227429 or 5979312. OLE color: 5979312.

HSL color Cylindrical-coordinate representation of color #B03C5B: hue angle of 343.97º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03C5B is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1766091-
CMYK00.660.480.31
HSL343.97º49.15%46.27%-
HSV(B)343.97º65.91%69.02%-
XYZ21.4113.2211.32-
YUV98.22123.93183.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.82%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=53.82%
G=18.35%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176609100.660.480.31343.9749.1546.27
HexB03C5B042301F158312e
Octal26074133010260375306156
Binary1011000011110010110110100001011000011111101011000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03C5B; }

 p { color: rgb(176,60,91); }

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

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

 a { background-color: rgb(176,60,91); }

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

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

 span { border-color: rgb(176,60,91); }

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