#B72D5B

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

Shades of Old Rose #B72D5B

Tints of Old Rose #B72D5B

Color information

#B72D5B (or 0xB72D5B) is unknown color: approx Old Rose. HEX triplet: B7, 2D and 5B. RGB value is (183,45,91). Sum of RGB (Red+Green+Blue) = 183+45+91=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D5B is #48D2A4. Grayscale: #5B5B5B. Windows color (decimal): -4772517 or 5975479. OLE color: 5975479.

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

Color convert

RGB1834591-
CMYK00.750.500.28
HSL340º60.53%44.71%-
HSV(B)340º75.41%71.76%-
XYZ22.3612.711.17-
YUV91.51127.72193.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 45 (17.97% from 255) = 14.11%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=57.37%
G=14.11%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183459100.750.500.2834060.5344.71
HexB72D5B04B321C1543d2d
Octal26755133011362345247555
Binary1011011110110110110110100101111001011100101010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D5B; }

 p { color: rgb(183,45,91); }

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

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

 a { background-color: rgb(183,45,91); }

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

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

 span { border-color: rgb(183,45,91); }

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