#b73744

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

Shades of Old Rose #B73744

Tints of Old Rose #B73744

Color information

#B73744 (or 0xB73744) is unknown color: approx Old Rose. HEX triplet: B7, 37 and 44. RGB value is (183,55,68). Sum of RGB (Red+Green+Blue) = 183+55+68=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B73744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73744 is #48C8BB. Grayscale: #5E5E5E. Windows color (decimal): -4769980 or 4470711. OLE color: 4470711.

HSL color Cylindrical-coordinate representation of color #B73744: hue angle of 353.91º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73744 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1835568-
CMYK00.700.630.28
HSL353.91º53.78%46.67%-
HSV(B)353.91º69.95%71.76%-
XYZ21.9413.226.86-
YUV94.75112.91190.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.80%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=59.80%
G=17.97%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183556800.700.630.28353.9153.7846.67
HexB737440463F1C162362f
Octal26767104010677345426657
Binary1011011111011110001000100011011111111100101100010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73744; }

 p { color: rgb(183,55,68); }

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

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

 a { background-color: rgb(183,55,68); }

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

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

 span { border-color: rgb(183,55,68); }

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