#B52B66

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

Shades of Rouge #B52B66

Tints of Rouge #B52B66

Color information

#B52B66 (or 0xB52B66) is unknown color: approx Rouge. HEX triplet: B5, 2B and 66. RGB value is (181,43,102). Sum of RGB (Red+Green+Blue) = 181+43+102=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52B66 is #4AD499. Grayscale: #5A5A5A. Windows color (decimal): -4904090 or 6695861. OLE color: 6695861.

HSL color Cylindrical-coordinate representation of color #B52B66: hue angle of 334.35º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52B66 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18143102-
CMYK00.760.440.29
HSL334.35º61.61%43.92%-
HSV(B)334.35º76.24%70.98%-
XYZ22.3212.5113.81-
YUV90.99134.22192.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=55.52%
G=13.19%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814310200.760.440.29334.3561.6143.92
HexB52B6604C2C1D14e3e2c
Octal26553146011454355167654
Binary1011010110101111001100100110010110011101101001110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52B66; }

 p { color: rgb(181,43,102); }

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

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

 a { background-color: rgb(181,43,102); }

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

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

 span { border-color: rgb(181,43,102); }

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