#b03370

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

Shades of Rouge #B03370

Tints of Rouge #B03370

Color information

#B03370 (or 0xB03370) is unknown color: approx Rouge. HEX triplet: B0, 33 and 70. RGB value is (176,51,112). Sum of RGB (Red+Green+Blue) = 176+51+112=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B03370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03370 is #4FCC8F. Grayscale: #5F5F5F. Windows color (decimal): -5229712 or 7353264. OLE color: 7353264.

HSL color Cylindrical-coordinate representation of color #B03370: hue angle of 330.72º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03370 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17651112-
CMYK00.710.360.31
HSL330.72º55.07%44.51%-
HSV(B)330.72º71.02%69.02%-
XYZ22.0112.7716.63-
YUV95.33137.41185.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=51.92%
G=15.04%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765111200.710.360.31330.7255.0744.51
HexB03370047241F14b372d
Octal26063160010744375136755
Binary1011000011001111100000100011110010011111101001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03370; }

 p { color: rgb(176,51,112); }

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

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

 a { background-color: rgb(176,51,112); }

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

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

 span { border-color: rgb(176,51,112); }

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