#B03671

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

Shades of Rouge #B03671

Tints of Rouge #B03671

Color information

#B03671 (or 0xB03671) is unknown color: approx Rouge. HEX triplet: B0, 36 and 71. RGB value is (176,54,113). Sum of RGB (Red+Green+Blue) = 176+54+113=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B03671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03671 is #4FC98E. Grayscale: #616161. Windows color (decimal): -5228943 or 7419568. OLE color: 7419568.

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

Color convert

RGB17654113-
CMYK00.690.360.31
HSL330.98º53.04%45.1%-
HSV(B)330.98º69.32%69.02%-
XYZ22.213.0616.97-
YUV97.2136.92184.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=51.31%
G=15.74%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765411300.690.360.31330.9853.0445.1
HexB03671045241F14b352d
Octal26066161010544375136555
Binary1011000011011011100010100010110010011111101001011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03671; }

 p { color: rgb(176,54,113); }

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

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

 a { background-color: rgb(176,54,113); }

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

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

 span { border-color: rgb(176,54,113); }

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