#B72C46

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

Shades of Old Rose #B72C46

Tints of Old Rose #B72C46

Color information

#B72C46 (or 0xB72C46) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 46. RGB value is (183,44,70). Sum of RGB (Red+Green+Blue) = 183+44+70=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C46 is #48D3B9. Grayscale: #585858. Windows color (decimal): -4772794 or 4598967. OLE color: 4598967.

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

Color convert

RGB1834470-
CMYK00.760.620.28
HSL348.78º61.23%44.51%-
HSV(B)348.78º75.96%71.76%-
XYZ21.5312.317.04-
YUV88.52117.55195.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.62%
GREEN value IS 44 (17.58% from 255) = 14.81%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=61.62%
G=14.81%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183447000.760.620.28348.7861.2344.51
HexB72C4604C3E1C15d3d2d
Octal26754106011476345357555
Binary1011011110110010001100100110011111011100101011101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C46; }

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

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

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

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

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

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

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

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