#B03B65

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

Shades of Rouge #B03B65

Tints of Rouge #B03B65

Color information

#B03B65 (or 0xB03B65) is unknown color: approx Rouge. HEX triplet: B0, 3B and 65. RGB value is (176,59,101). Sum of RGB (Red+Green+Blue) = 176+59+101=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B65 is #4FC49A. Grayscale: #626262. Windows color (decimal): -5227675 or 6634416. OLE color: 6634416.

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

Color convert

RGB17659101-
CMYK00.660.430.31
HSL338.46º49.79%46.08%-
HSV(B)338.46º66.48%69.02%-
XYZ21.8213.313.73-
YUV98.77129.26183.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 59 (23.44% from 255) = 17.56%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=52.38%
G=17.56%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765910100.660.430.31338.4649.7946.08
HexB03B650422B1F152322e
Octal26073145010253375226256
Binary1011000011101111001010100001010101111111101010010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B65; }

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

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

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

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

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

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

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

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