#B72048

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

Shades of Old Rose #B72048

Tints of Old Rose #B72048

Color information

#B72048 (or 0xB72048) is unknown color: approx Old Rose. HEX triplet: B7, 20 and 48. RGB value is (183,32,72). Sum of RGB (Red+Green+Blue) = 183+32+72=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B72048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72048 is #48DFB7. Grayscale: #515151. Windows color (decimal): -4775864 or 4726967. OLE color: 4726967.

HSL color Cylindrical-coordinate representation of color #B72048: hue angle of 344.11º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72048 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1833272-
CMYK00.830.610.28
HSL344.11º70.23%42.16%-
HSV(B)344.11º82.51%71.76%-
XYZ21.2111.577.25-
YUV81.71122.53200.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=63.76%
G=11.15%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183327200.830.610.28344.1170.2342.16
HexB720480533D1C158462a
Octal267401100123753453010652
Binary10110111100000100100001010011111101111001010110001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72048; }

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

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

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

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

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

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

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

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