#B73248

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

Shades of Old Rose #B73248

Tints of Old Rose #B73248

Color information

#B73248 (or 0xB73248) is unknown color: approx Old Rose. HEX triplet: B7, 32 and 48. RGB value is (183,50,72). Sum of RGB (Red+Green+Blue) = 183+50+72=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B73248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73248 is #48CDB7. Grayscale: #5C5C5C. Windows color (decimal): -4771256 or 4731575. OLE color: 4731575.

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

Color convert

RGB1835072-
CMYK00.730.610.28
HSL350.08º57.08%45.69%-
HSV(B)350.08º72.68%71.76%-
XYZ21.8412.827.45-
YUV92.28116.56192.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=60%
G=16.39%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183507200.730.610.28350.0857.0845.69
HexB732480493D1C15e392e
Octal26762110011175345367156
Binary1011011111001010010000100100111110111100101011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73248; }

 p { color: rgb(183,50,72); }

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

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

 a { background-color: rgb(183,50,72); }

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

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

 span { border-color: rgb(183,50,72); }

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