#B03B5B

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

Shades of Rouge #B03B5B

Tints of Rouge #B03B5B

Color information

#B03B5B (or 0xB03B5B) is unknown color: approx Rouge. HEX triplet: B0, 3B and 5B. RGB value is (176,59,91). Sum of RGB (Red+Green+Blue) = 176+59+91=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B5B is #4FC4A4. Grayscale: #616161. Windows color (decimal): -5227685 or 5979056. OLE color: 5979056.

HSL color Cylindrical-coordinate representation of color #B03B5B: hue angle of 343.59º degrees, saturation: 0.5, 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 #B03B5B is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1765991-
CMYK00.660.480.31
HSL343.59º49.79%46.08%-
HSV(B)343.59º66.48%69.02%-
XYZ21.3613.1111.3-
YUV97.63124.26183.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.99%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=53.99%
G=18.10%
B=27.91%

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
Decimal176599100.660.480.31343.5949.7946.08
HexB03B5B042301F158322e
Octal26073133010260375306256
Binary1011000011101110110110100001011000011111101011000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B5B; }

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

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

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

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

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

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

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

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