#B53C5B

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

Shades of Rouge #B53C5B

Tints of Rouge #B53C5B

Color information

#B53C5B (or 0xB53C5B) is unknown color: approx Rouge. HEX triplet: B5, 3C and 5B. RGB value is (181,60,91). Sum of RGB (Red+Green+Blue) = 181+60+91=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C5B is #4AC3A4. Grayscale: #636363. Windows color (decimal): -4899749 or 5979317. OLE color: 5979317.

HSL color Cylindrical-coordinate representation of color #B53C5B: hue angle of 344.63º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C5B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1816091-
CMYK00.670.500.29
HSL344.63º50.21%47.25%-
HSV(B)344.63º66.85%70.98%-
XYZ22.5613.8111.37-
YUV99.71123.09185.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=54.52%
G=18.07%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181609100.670.500.29344.6350.2147.25
HexB53C5B043321D159322f
Octal26574133010362355316257
Binary1011010111110010110110100001111001011101101011001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C5B; }

 p { color: rgb(181,60,91); }

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

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

 a { background-color: rgb(181,60,91); }

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

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

 span { border-color: rgb(181,60,91); }

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