#b72c49

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

Shades of Old Rose #B72C49

Tints of Old Rose #B72C49

Color information

#B72C49 (or 0xB72C49) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 49. RGB value is (183,44,73). Sum of RGB (Red+Green+Blue) = 183+44+73=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C49 is #48D3B6. Grayscale: #585858. Windows color (decimal): -4772791 or 4795575. OLE color: 4795575.

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

Color convert

RGB1834473-
CMYK00.760.600.28
HSL347.48º61.23%44.51%-
HSV(B)347.48º75.96%71.76%-
XYZ21.6312.357.55-
YUV88.87119.05195.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 44 (17.58% from 255) = 14.67%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=61%
G=14.67%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183447300.760.600.28347.4861.2344.51
HexB72C4904C3C1C15b3d2d
Octal26754111011474345337555
Binary1011011110110010010010100110011110011100101011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72c49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72c49; }

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

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

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

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

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

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

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

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