#B72D49

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

Shades of Old Rose #B72D49

Tints of Old Rose #B72D49

Color information

#B72D49 (or 0xB72D49) is unknown color: approx Old Rose. HEX triplet: B7, 2D and 49. RGB value is (183,45,73). Sum of RGB (Red+Green+Blue) = 183+45+73=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D49 is #48D2B6. Grayscale: #595959. Windows color (decimal): -4772535 or 4795831. OLE color: 4795831.

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

Color convert

RGB1834573-
CMYK00.750.600.28
HSL347.83º60.53%44.71%-
HSV(B)347.83º75.41%71.76%-
XYZ21.6712.437.56-
YUV89.45118.72194.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 45 (17.97% from 255) = 14.95%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=60.80%
G=14.95%
B=24.25%

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
Decimal183457300.750.600.28347.8360.5344.71
HexB72D4904B3C1C15c3d2d
Octal26755111011374345347555
Binary1011011110110110010010100101111110011100101011100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D49; }

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

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

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

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

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

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

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

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