#B03B5D

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

Shades of Rouge #B03B5D

Tints of Rouge #B03B5D

Color information

#B03B5D (or 0xB03B5D) is unknown color: approx Rouge. HEX triplet: B0, 3B and 5D. RGB value is (176,59,93). Sum of RGB (Red+Green+Blue) = 176+59+93=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B5D is #4FC4A2. Grayscale: #616161. Windows color (decimal): -5227683 or 6110128. OLE color: 6110128.

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

Color convert

RGB1765993-
CMYK00.660.470.31
HSL342.56º49.79%46.08%-
HSV(B)342.56º66.48%69.02%-
XYZ21.4413.1511.76-
YUV97.86125.26183.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.66%
GREEN value IS 59 (23.44% from 255) = 17.99%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=53.66%
G=17.99%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176599300.660.470.31342.5649.7946.08
HexB03B5D0422F1F157322e
Octal26073135010257375276256
Binary1011000011101110111010100001010111111111101010111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B5D; }

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

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

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

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

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

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

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

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