#B72C56

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

Shades of Old Rose #B72C56

Tints of Old Rose #B72C56

Color information

#B72C56 (or 0xB72C56) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 56. RGB value is (183,44,86). Sum of RGB (Red+Green+Blue) = 183+44+86=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C56 is #48D3A9. Grayscale: #5A5A5A. Windows color (decimal): -4772778 or 5647543. OLE color: 5647543.

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

Color convert

RGB1834486-
CMYK00.760.530.28
HSL341.87º61.23%44.51%-
HSV(B)341.87º75.96%71.76%-
XYZ22.1112.5410.06-
YUV90.35125.55194.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 44 (17.58% from 255) = 14.06%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=58.47%
G=14.06%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183448600.760.530.28341.8761.2344.51
HexB72C5604C351C1563d2d
Octal26754126011465345267555
Binary1011011110110010101100100110011010111100101010110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C56; }

 p { color: rgb(183,44,86); }

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

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

 a { background-color: rgb(183,44,86); }

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

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

 span { border-color: rgb(183,44,86); }

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