#B72C57

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

Shades of Old Rose #B72C57

Tints of Old Rose #B72C57

Color information

#B72C57 (or 0xB72C57) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 57. RGB value is (183,44,87). Sum of RGB (Red+Green+Blue) = 183+44+87=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C57 is #48D3A8. Grayscale: #5A5A5A. Windows color (decimal): -4772777 or 5713079. OLE color: 5713079.

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

Color convert

RGB1834487-
CMYK00.760.520.28
HSL341.44º61.23%44.51%-
HSV(B)341.44º75.96%71.76%-
XYZ22.1512.5610.27-
YUV90.46126.05194-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 44 (17.58% from 255) = 14.01%
BLUE value IS 87 (34.38% from 255) = 27.71%
R=58.28%
G=14.01%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183448700.760.520.28341.4461.2344.51
HexB72C5704C341C1553d2d
Octal26754127011464345257555
Binary1011011110110010101110100110011010011100101010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C57; }

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

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

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

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

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

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

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

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