#b72d48

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

Shades of Old Rose #B72D48

Tints of Old Rose #B72D48

Color information

#B72D48 (or 0xB72D48) is unknown color: approx Old Rose. HEX triplet: B7, 2D and 48. RGB value is (183,45,72). Sum of RGB (Red+Green+Blue) = 183+45+72=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D48 is #48D2B7. Grayscale: #595959. Windows color (decimal): -4772536 or 4730295. OLE color: 4730295.

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

Color convert

RGB1834572-
CMYK00.750.610.28
HSL348.26º60.53%44.71%-
HSV(B)348.26º75.41%71.76%-
XYZ21.6412.417.39-
YUV89.34118.22194.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 72 (28.52% from 255) = 24%
R=61%
G=15%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183457200.750.610.28348.2660.5344.71
HexB72D4804B3D1C15c3d2d
Octal26755110011375345347555
Binary1011011110110110010000100101111110111100101011100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72d48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72d48; }

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

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

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

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

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

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

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

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