#B72C4F

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

Shades of Old Rose #B72C4F

Tints of Old Rose #B72C4F

Color information

#B72C4F (or 0xB72C4F) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 4F. RGB value is (183,44,79). Sum of RGB (Red+Green+Blue) = 183+44+79=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C4F is #48D3B0. Grayscale: #595959. Windows color (decimal): -4772785 or 5188791. OLE color: 5188791.

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

Color convert

RGB1834479-
CMYK00.760.570.28
HSL344.89º61.23%44.51%-
HSV(B)344.89º75.96%71.76%-
XYZ21.8412.438.65-
YUV89.55122.05194.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.80%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=59.80%
G=14.38%
B=25.82%

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
Decimal183447900.760.570.28344.8961.2344.51
HexB72C4F04C391C1593d2d
Octal26754117011471345317555
Binary1011011110110010011110100110011100111100101011001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C4F; }

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

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

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

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

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

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

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

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