#B73353

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

Shades of Old Rose #B73353

Tints of Old Rose #B73353

Color information

#B73353 (or 0xB73353) is unknown color: approx Old Rose. HEX triplet: B7, 33 and 53. RGB value is (183,51,83). Sum of RGB (Red+Green+Blue) = 183+51+83=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B73353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73353 is #48CCAC. Grayscale: #5E5E5E. Windows color (decimal): -4770989 or 5452727. OLE color: 5452727.

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

Color convert

RGB1835183-
CMYK00.720.550.28
HSL345.45º56.41%45.88%-
HSV(B)345.45º72.13%71.76%-
XYZ22.2713.069.53-
YUV94.12121.73191.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=57.73%
G=16.09%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183518300.720.550.28345.4556.4145.88
HexB73353048371C159382e
Octal26763123011067345317056
Binary1011011111001110100110100100011011111100101011001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73353; }

 p { color: rgb(183,51,83); }

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

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

 a { background-color: rgb(183,51,83); }

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

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

 span { border-color: rgb(183,51,83); }

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