#B72C4E

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

Shades of Old Rose #B72C4E

Tints of Old Rose #B72C4E

Color information

#B72C4E (or 0xB72C4E) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 4E. RGB value is (183,44,78). Sum of RGB (Red+Green+Blue) = 183+44+78=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C4E is #48D3B1. Grayscale: #595959. Windows color (decimal): -4772786 or 5123255. OLE color: 5123255.

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

Color convert

RGB1834478-
CMYK00.760.570.28
HSL345.32º61.23%44.51%-
HSV(B)345.32º75.96%71.76%-
XYZ21.812.428.46-
YUV89.44121.55194.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=60%
G=14.43%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183447800.760.570.28345.3261.2344.51
HexB72C4E04C391C1593d2d
Octal26754116011471345317555
Binary1011011110110010011100100110011100111100101011001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C4E; }

 p { color: rgb(183,44,78); }

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

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

 a { background-color: rgb(183,44,78); }

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

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

 span { border-color: rgb(183,44,78); }

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