#B03D5D

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

Shades of Rouge #B03D5D

Tints of Rouge #B03D5D

Color information

#B03D5D (or 0xB03D5D) is unknown color: approx Rouge. HEX triplet: B0, 3D and 5D. RGB value is (176,61,93). Sum of RGB (Red+Green+Blue) = 176+61+93=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D5D is #4FC2A2. Grayscale: #636363. Windows color (decimal): -5227171 or 6110640. OLE color: 6110640.

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

Color convert

RGB1766193-
CMYK00.650.470.31
HSL343.3º48.52%46.47%-
HSV(B)343.3º65.34%69.02%-
XYZ21.5513.3611.8-
YUV99.03124.6182.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=53.33%
G=18.48%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176619300.650.470.31343.348.5246.47
HexB03D5D0412F1F157312e
Octal26075135010157375276156
Binary1011000011110110111010100000110111111111101010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03D5D; }

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

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

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

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

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

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

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

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