#B72D5C

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

Shades of Old Rose #B72D5C

Tints of Old Rose #B72D5C

Color information

#B72D5C (or 0xB72D5C) is unknown color: approx Old Rose. HEX triplet: B7, 2D and 5C. RGB value is (183,45,92). Sum of RGB (Red+Green+Blue) = 183+45+92=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D5C is #48D2A3. Grayscale: #5B5B5B. Windows color (decimal): -4772516 or 6041015. OLE color: 6041015.

HSL color Cylindrical-coordinate representation of color #B72D5C: hue angle of 339.57º 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 #B72D5C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1834592-
CMYK00.750.500.28
HSL339.57º60.53%44.71%-
HSV(B)339.57º75.41%71.76%-
XYZ22.412.7211.4-
YUV91.62128.22193.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.19%
GREEN value IS 45 (17.97% from 255) = 14.06%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=57.19%
G=14.06%
B=28.75%

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
Decimal183459200.750.500.28339.5760.5344.71
HexB72D5C04B321C1543d2d
Octal26755134011362345247555
Binary1011011110110110111000100101111001011100101010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D5C; }

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

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

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

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

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

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

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

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