#B72A53

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

Shades of Old Rose #B72A53

Tints of Old Rose #B72A53

Color information

#B72A53 (or 0xB72A53) is unknown color: approx Old Rose. HEX triplet: B7, 2A and 53. RGB value is (183,42,83). Sum of RGB (Red+Green+Blue) = 183+42+83=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A53 is #48D5AC. Grayscale: #585858. Windows color (decimal): -4773293 or 5450423. OLE color: 5450423.

HSL color Cylindrical-coordinate representation of color #B72A53: hue angle of 342.55º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72A53 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB1834283-
CMYK00.770.550.28
HSL342.55º62.67%44.12%-
HSV(B)342.55º77.05%71.76%-
XYZ21.9212.359.41-
YUV88.83124.71195.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=59.42%
G=13.64%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183428300.770.550.28342.5562.6744.12
HexB72A5304D371C1573f2c
Octal26752123011567345277754
Binary1011011110101010100110100110111011111100101010111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A53; }

 p { color: rgb(183,42,83); }

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

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

 a { background-color: rgb(183,42,83); }

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

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

 span { border-color: rgb(183,42,83); }

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