#B72C5C

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

Shades of Old Rose #B72C5C

Tints of Old Rose #B72C5C

Color information

#B72C5C (or 0xB72C5C) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 5C. RGB value is (183,44,92). Sum of RGB (Red+Green+Blue) = 183+44+92=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C5C is #48D3A3. Grayscale: #5A5A5A. Windows color (decimal): -4772772 or 6040759. OLE color: 6040759.

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

Color convert

RGB1834492-
CMYK00.760.500.28
HSL339.28º61.23%44.51%-
HSV(B)339.28º75.96%71.76%-
XYZ22.3612.6411.39-
YUV91.03128.55193.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 44 (17.58% from 255) = 13.79%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=57.37%
G=13.79%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183449200.760.500.28339.2861.2344.51
HexB72C5C04C321C1533d2d
Octal26754134011462345237555
Binary1011011110110010111000100110011001011100101010011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C5C; }

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

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

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

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

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

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

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

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