#b72b64

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

Shades of Rouge #B72B64

Tints of Rouge #B72B64

Color information

#B72B64 (or 0xB72B64) is unknown color: approx Rouge. HEX triplet: B7, 2B and 64. RGB value is (183,43,100). Sum of RGB (Red+Green+Blue) = 183+43+100=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72B64 is #48D49B. Grayscale: #5B5B5B. Windows color (decimal): -4773020 or 6564791. OLE color: 6564791.

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

Color convert

RGB18343100-
CMYK00.770.450.28
HSL335.57º61.95%44.31%-
HSV(B)335.57º76.5%71.76%-
XYZ22.6912.7213.31-
YUV91.36132.88193.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.13%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=56.13%
G=13.19%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834310000.770.450.28335.5761.9544.31
HexB72B6404D2D1C1503e2c
Octal26753144011555345207654
Binary1011011110101111001000100110110110111100101010000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72b64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72b64; }

 p { color: rgb(183,43,100); }

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

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

 a { background-color: rgb(183,43,100); }

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

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

 span { border-color: rgb(183,43,100); }

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