#B72E49

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

Shades of Old Rose #B72E49

Tints of Old Rose #B72E49

Color information

#B72E49 (or 0xB72E49) is unknown color: approx Old Rose. HEX triplet: B7, 2E and 49. RGB value is (183,46,73). Sum of RGB (Red+Green+Blue) = 183+46+73=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E49 is #48D1B6. Grayscale: #5A5A5A. Windows color (decimal): -4772279 or 4796087. OLE color: 4796087.

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

Color convert

RGB1834673-
CMYK00.750.600.28
HSL348.18º59.83%44.9%-
HSV(B)348.18º74.86%71.76%-
XYZ21.7112.57.57-
YUV90.04118.39194.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 46 (18.36% from 255) = 15.23%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=60.60%
G=15.23%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183467300.750.600.28348.1859.8344.9
HexB72E4904B3C1C15c3c2d
Octal26756111011374345347455
Binary1011011110111010010010100101111110011100101011100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E49; }

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

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

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

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

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

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

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

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