#B72C54

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

Shades of Old Rose #B72C54

Tints of Old Rose #B72C54

Color information

#B72C54 (or 0xB72C54) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 54. RGB value is (183,44,84). Sum of RGB (Red+Green+Blue) = 183+44+84=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C54 is #48D3AB. Grayscale: #5A5A5A. Windows color (decimal): -4772780 or 5516471. OLE color: 5516471.

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

Color convert

RGB1834484-
CMYK00.760.540.28
HSL342.73º61.23%44.51%-
HSV(B)342.73º75.96%71.76%-
XYZ22.0312.519.64-
YUV90.12124.55194.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=58.84%
G=14.15%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183448400.760.540.28342.7361.2344.51
HexB72C5404C361C1573d2d
Octal26754124011466345277555
Binary1011011110110010101000100110011011011100101010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C54; }

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

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

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

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

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

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

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

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