#B72C60

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

Shades of Rouge #B72C60

Tints of Rouge #B72C60

Color information

#B72C60 (or 0xB72C60) is unknown color: approx Rouge. HEX triplet: B7, 2C and 60. RGB value is (183,44,96). Sum of RGB (Red+Green+Blue) = 183+44+96=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C60 is #48D39F. Grayscale: #5B5B5B. Windows color (decimal): -4772768 or 6302903. OLE color: 6302903.

HSL color Cylindrical-coordinate representation of color #B72C60: hue angle of 337.55º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C60 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1834496-
CMYK00.760.480.28
HSL337.55º61.23%44.51%-
HSV(B)337.55º75.96%71.76%-
XYZ22.5412.7112.33-
YUV91.49130.55193.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 44 (17.58% from 255) = 13.62%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=56.66%
G=13.62%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183449600.760.480.28337.5561.2344.51
HexB72C6004C301C1523d2d
Octal26754140011460345227555
Binary1011011110110011000000100110011000011100101010010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C60; }

 p { color: rgb(183,44,96); }

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

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

 a { background-color: rgb(183,44,96); }

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

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

 span { border-color: rgb(183,44,96); }

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